@charset "UTF-8";
body  {
	margin: 0; /* 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: #003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
    }

    .thrColFixHdr #container {
	width: 980px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    } 

    .thrColFixHdr #header {
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-bottom: 1em;
	background-image: url(../imagenes/cabecera2.jpg);
    } 
.thrColFixHdr   #header   a:link {
	text-decoration: none;
	color: #339900;
}
.thrColFixHdr #header a:visited {
	text-decoration: none;
	color: #339900;
}
.thrColFixHdr #header a:hover {
	text-decoration: underline;
	color: #339900;
}
.thrColFixHdr #header a:active {
	text-decoration: none;
	color: #339900;
}

    .thrColFixHdr #header h1 {
	margin: 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */
	font-size: 2.8em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: bottom;
	color: #339900;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
    }
.thrColFixHdr #header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006666;
	font-weight: normal;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}

    .thrColFixHdr #sidebar1 {
	float: left; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 220px; /* el relleno mantiene el contenido del div alejado de los bordes */
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFFFFF;
    }

    .thrColFixHdr #sidebar2 {
	width: 220px;
	float: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
    }
.thrColFixHdr #sidebar2 strong {
	color: #339900;
}
.thrColFixHdr #sidebar2 h2 {
	color: #339900;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.thrColFixHdr #sidebar2 h3 {
	color: #006666;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.thrColFixHdr #sidebar2 a:link {
	color: #339900;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 a:visited {
	color: #339900;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 a:hover {
	color: #33CC00;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 a:active {
	color: #33CC00;
	text-decoration: none;
}
    .thrColFixHdr #mainContent {
	float: left;
	margin: 0px;
	width: 450px;
	text-align: justify;
	color: #333333;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #339900;
    } 
.thrColFixHdr #mainContent strong {
	color: #000000;
}
.thrColFixHdr #mainContent a:link {
	color: #339900;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:visited {
	color: #339900;
	text-decoration: none;
}
.thrColFixHdr #mainContent a:hover {
	color: #339900;
	text-decoration: underline;
}
.thrColFixHdr #mainContent a:active {
	color: #339900;
	text-decoration: line-through;
}
.thrColFixHdr #mainContent h2 {
	color: #339900;
	font-size: 2em;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: normal;
}
.thrColFixHdr #mainContent h3 {
	color: #009966;
	font-size: 1.2em;
	padding-top: 0.2em;
	padding-right: 0em;
	padding-bottom: 0.2em;
	padding-left: 0em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #F2F2F2;
}
.thrColFixHdr #mainContent h4 {
	color: #009966;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #mainContent p {
	font-size: 0.8em;
	line-height: 140%;
}
.thrColFixHdr   #mainContent   li {
	font-size: 0.8em;
	margin: auto;
	line-height: 120%;
	color: #000000;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

    .thrColFixHdr #footer {
	background-color: #006666;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
    } 
.patrocinan {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #006666;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
}
.imagen {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #006666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	text-align: center;
}
.arrocada {
	float: left;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 0em;
}
.noticia {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #339900;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.destaca   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #006666;
}
.menuauxiliar {
	font-size: 0.8em;
	color: #006666;
	list-style-type: none;
	background-image: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
}
.menuauxiliar   ol {
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	line-height: 120%;
	padding: 1px;
}
.menuauxiliar  a:link {
	color: #339900;
	text-decoration: underline;
}
.menuauxiliar a:visited {
	color: #339900;
	text-decoration: underline;
}
.menuauxiliar a:hover {
	color: #006666;
}
s  {
	color: #33CC00;
	text-decoration: underline;
}
.nota {
	font-size: 0.9em;
	padding-left: 20px;
	color: #006666;
}

    .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;

    }
.menu {
	background-color: #FFFFFF;
	font-size: 0.9em;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
.secciones {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #339900;
	border-bottom-color: #339900;
	background-color: #FFFFFF;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339900;
	background-color: #FFFFFF;
}
#nav   a {
	text-decoration: none;
	color: #006666;
}
#nav  a:hover {
	color: #006666;
	text-decoration: underline;
}
#nav li li a {
	display: block;
	background-color: #FFFFFF;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	color: #006666;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #339900;
	border-right-color: #339900;
	border-bottom-color: #339900;
	border-left-color: #339900;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: auto;
	top: 500px;
}
#nav li li a:hover {
	color: #009933;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
}
li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li ul {
	display: none;
	list-style-image: none;
	list-style-type: none;
	margin-top: -35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	position: absolute;
	left: auto;
	top: auto;
	padding: 0px;
}
li>ul {
	list-style-image: none;
	list-style-type: none;
}
li li {
	border: 0;
	list-style-image: none;
	list-style-type: none;
	display: block;
	clip: rect(auto,auto,auto,auto);
	left: auto;
	top: auto;
	float: none;
	font-size: 0.9em;
	margin: 0px;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: none;
	height: 1%;
}
* html ul li a { height: 1%; }
/* End */

ul li a:hover {
	background-color: #FFFFFF;
} /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
.recuadro {
	background-image: url(../imagenes/recuadro.png);
	background-repeat: no-repeat;
	padding-top: 1px;
	padding-right: 0.7em;
	padding-bottom: 1px;
	padding-left: 0.7em;
	margin: auto;
}

/*#imageContainer {
	width:219px;
	height: 146px;
	border:0px;
	left: 0px;
	top: 0px;
	position:relative;
	display: block;
	margin:auto;
}*/

#imageContainer1 {
	width:219px;
	height: 146px;
	border:0px;
	left: 0px;
	top: 0px;
	display: block;
	position:relative;
	margin:auto;
}
