    body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #707277;
	margin: 20px 0px; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #000000;
    }
   .twoColFixRtHdr #container {
	width: 780px;  /* el uso de 20px menos que un ancho completo de 800px da cabida a los bordes del navegador y evita la aparición de una barra de desplazamiento horizontal */
	/*	background: #FFFFFF; */
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	text-align: left; /* esto anula text-align: center en el elemento body. */
	background-color: #FFFFFF;
    } 
    .twoColFixRtHdr #header {
	background-color: #015a84;
 	background-image: url(../imagenes/fondobanner.jpg);
 	background-position: left top;
	height: 180px;
	margin: 0px 0px 0px 0px;
    } 
.twoColFixRtHdr #header .logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	width: 140px;
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRtHdr #header .lemas {
	padding: 0px; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
	margin-top: 125px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.twoColFixRtHdr  #header  .lemas h1 {
	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
	padding: 0px; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #e38c25;
	line-height: 20px;
    }
.twoColFixRtHdr #header .lemas h2 {
	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */
	padding: 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.twoColFixRtHdr #menu {
	background-color: #015a84;
	height: 30px;
	clear: both;
}
.twoColFixRtHdr #container #mainContent #inicio .promocion {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.twoColFixRtHdr #submenu {
	background-color: #e38c25;
	height: 23px;
	clear: both;
}
.twoColFixRtHdr #submenu1 {
	background-color: #FFFFFF;
	height: 23px;
	clear: both;
}


    .twoColFixRtHdr #sidebar1 {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 200px; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	padding: 0px 10px 15px 10px;
	background-color: #fafafa;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #e38c25;
    }
.twoColFixRtHdr #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #990000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../imagenes/cuadradoazul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
.twoColFixRtHdr #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #990000;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(../imagenes/cuadradoazul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}


    .twoColFixRtHdr #mainContent {
	margin: 0 240px 0 0; /* el margen derecho de este elemento div crea la columna situada a lo largo del lado derecho de la página (con independencia de la cantidad de contenido que tenga el div sidebar1, se mantendrá el espacio de la columna). Puede quitar este margen si desea que el texto del div #mainContent llene el espacio de #sidebar1 cuando termine el contenido de #sidebar1. */
	padding: 0 0 0 20px; /* recuerde que el relleno es el espacio situado dentro del cuadro div y que el margen es el espacio situado fuera del cuadro div */
    } 
.twoColFixRtHdr #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e38c25;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e38c25;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../imagenes/cuadradoazul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
.twoColFixRtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e38c25;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e38c25;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixRtHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #015a84;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../imagenes/cuadradonaranja.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #015a84;
}
.twoColFixRtHdr #mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e38c25;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #015a84;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 20px;
	background-image: url(../imagenes/cuadroblanco.gif);
	background-repeat: no-repeat;
	background-position: 8px top;
}
.twoColFixRtHdr  #mainContent  .pregunta  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.twoColFixRtHdr #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent a:hover {
	color: #015a84;
	text-decoration: underline;
}
.twoColFixRtHdr #mainContent ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.twoColFixRtHdr #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: url(../imagenes/cuadradonaranja.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
.twoColFixRtHdr #mainContent .descargar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #015a84;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent .descargar:hover {
	background-color: #e38c25;
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent .linea {
	display: block;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-top: 10px;
}
.twoColFixRtHdr   #mainContent   .tablas   th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #015a84;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e38c25;
}
.twoColFixRtHdr  #mainContent  .tablas  td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e38c25;
}

    .twoColFixRtHdr #footer { 
    	padding: 0 10px 0 20px; /* este relleno coincide con la alineación izquierda de los elementos de los divs que aparecen por encima de él. */
    	background:#DDDDDD; 
    } 
    .twoColFixRtHdr #footer p {
	margin: 0; /* el ajuste en cero de los márgenes del primer elemento del pie evitará que puedan contraerse los márgenes (un espacio entre divs) */
	padding: 10px 0; /* el relleno de este elemento creará espacio, de la misma forma que lo haría el margen, sin el problema de la contracción de márgenes */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
    }
    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	.xtra  { width: 780px; background-color: #fff; margin: 20px auto; }
/* menu */
#modernbricksmenu2{
	padding: 0;
	width: 100%;
	border-top: 5px solid #e38c25; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #015a84; /*Brown color theme*/
	border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
	background-color: #e38c25; /*Brown color theme*/
	color: white;
	border-color: #e38c25; /*Brown color theme*/
}


#modernbricksmenu3{
	padding: 0;
	width: 100%; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#modernbricksmenu3 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu3 li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

#modernbricksmenu3 a{
	float: left;
	display: block;
	font: bold 10px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #e38c25;
}

#modernbricksmenu3 a:hover{
	background-color: #D25A0B; /*Brown color theme*/
	color: #FFFFFF;
}

#modernbricksmenu3 #current a{ /*currently selected tab*/
	background-color: #e38c25; /*Brown color theme*/
	color: #015a84;
	border-color: #e38c25; /*Brown color theme*/
}
#modernbricksmenu3 span {
	float: left;
	display: block;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	width: 1px;
	height: 12px;
	padding: 0px;
	background-color: #ffffff;
}
.twoColFixRtHdr #mainContent .xtra1  {
	width: 158px;
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.featured   {
	color:#333333;
	border: 1px solid #FFFFFF;
	background-color: #FF0000;
}
.tortillated     {
position:relative;
}
.article   {
padding:1.429em;
}
.twoColFixRtHdr   #inicio   #cuadro1   h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../imagenes/cuadradoazul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
.twoColFixRtHdr #inicio #cuadro2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #B95C00;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B95C00;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../imagenes/cuadradoazul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
.twoColFixRtHdr #inicio #cuadro3 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #D96C00;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D96C00;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../imagenes/cuadradoazul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
.twoColFixRtHdr #inicio #cuadro4 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #B95C00;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B95C00;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../imagenes/cuadradoazul.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
.twoColFixRtHdr   #inicio   #cuadro5   h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../imagenes/cuadradoblanco.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
}
.twoColFixRtHdr #inicio #cuadro5 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight: normal;
}


.twoColFixRtHdr  #inicio  p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	font-weight: normal;
}
.twoColFixRtHdr #inicio a {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixRtHdr #inicio a:hover {
	text-decoration: underline;
}
#cuadro1{
	margin-bottom:5px;
	background-color: #FFCC66;
	width: 146px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
}
#cuadro2{
	margin-bottom:5px;
	background-color: #EEEEDD;
	float: left;
	width: 146px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 0px;
}

#cuadro3{
	margin-bottom:5px;
	background-color: #D6D799;
	float: left;
	width: 146px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
#cuadro4 {
	margin-bottom:20px;
	background-color: #CFFF9F;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	clear: left;
}
#cuadro5 {
	margin-bottom:5px;
	background-color: #000099;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
span.date {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#993300 none repeat scroll 0 0;
	color:#EEDDDD;
	font-size:0.7em;
	line-height:1em;
	padding:0.25em;
	white-space:nowrap;
}
span.date1 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#993300 none repeat scroll 0 0;
	color:#EEDDDD;
	font-size:0.7em;
	line-height:1em;
	padding:0.25em;
	white-space:nowrap;
}
span.gratuita {
	color:#FFFFFF;
	padding:1.2em;
	font-weight: bold;
	text-decoration: underline;
}
.alto {
	height: 250px;
}
.twoColFixRtHdr #sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #015A84;
	text-align: center;
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixRtHdr #sidebar1 a:hover {
	background-color: #B95C00;

}

.twoColFixRtHdr #mainContent a.pulseaqui {
	font-size: 36px;
	color: #e38c25;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent a.pulseaqui:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #mainContent .horario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent .horas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent .dias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
