/*Estilos Comunes */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f1f1f1;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	color: #000000;
}


div.clear{
	clear: both;
	float: none;
}


a {
	color: #5d7709;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

h1{
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #666666;	
	
}

h2{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
		padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;

}

h3{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #666666;
}

h4{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


p{
	margin-top: 0px;
	margin-bottom: 5px;
}


#agenda_int input {
	font-size: 12px;
	color: #8d8d8d;
	background-color: #f1f1f1;
	border: 1px solid #c0c0c0;
}



#agenda_int select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	color: #8d8d8d;
}

input {
	font-size: 12px;
	color: #8d8d8d;
	background-color: #f1f1f1;
	border: 1px solid #c0c0c0;
}

textarea {
	font-size: 12px;
	color: #8d8d8d;
	background-color: #f1f1f1;
	border: 1px solid #c0c0c0;
}


select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	color: #8d8d8d;
}


/* Estructura */

#contenedor{
	width: 980px;
	margin:0 auto;
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}


#contenido{
	width: 940px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

#contenido_prueba{
	width: 940px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../imagenes_esp/fondo_contenido.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF;
	height: 200px;
}

/*estilos cabecera*/

#cabecera{
	width: 960px;
	margin-left: 20px;
	background-image: url(/imagenes_esp/fondocabecera.gif);
	background-repeat: repeat-y;
	height: 147px;
}

#logo{
	float: left;
}

#opciones{
	float: right;
	text-align: right;
	width: 280px;
	margin-top: 30px;
}

.bloque1 {
	margin-top: 10px;
}

#iconos {
	margin-top: 10px;
	margin-right: 20px;
}

#idioma{
	padding: 0px;
	height: 21px;
	font-size: 12px;
	font-weight: normal;
}

#banderas {
	float:right;
	margin-right: 20px;
}


#fecha{
	float:left;
	margin-top: 5px;
	font-weight: bold;
	color: #ffffff;	
}

#buscador{
	text-align: right;
	float: left;
	background-image: url(/imagenes_esp/fondobuscador.gif);
	height: 27px;
	padding: 1px;
	background-color: #97c00e;
	background-repeat: no-repeat;
	width: 149px;
	margin-top: 5px;
}





#buscador input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5d7709;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(/imagenes_esp/fondoinput.gif);
}


#buscador img{
	margin-top: 2px;
	margin-right: 5px;
}

#contacta{
	float: right;
	margin-right: 10px;
}



/* Menu principal */

.peque {
	font-size: 11px;
	font-weight: normal;
}

div#menunav {
	height:32px;
	display:block;
	z-index:2;
	position:relative;
	margin: 0 auto;
	padding: 0px;
	width: 940px;
	background-color: #999999;
}

div#menunav ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 32px;
	z-index:1;
	background-image: url(/imagenes_esp/menuactivo.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
	width: 775px;
}
div#menunav ul#nav li {
	float: left;
	position: relative;
	z-index:1;
	height:32px;
	text-decoration:none;
	text-align: left;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 13px;
}
	
div#menunav ul#nav li a {
	float: left;
	font-weight: bold;
	color:#FFFFFF;
	padding-top: 5px;
	z-index:1;
	text-decoration: none;
}


div#menunav ul#nav li:hover ul, div#menunav ul#nav li.over ul {
	display:block;
	width: auto;
	z-index: 1000;
}
div#menunav ul#nav li:hover, div#menunav ul#nav li.over {
	height: 30px;
	background-image: url(/imagenes_esp/menuhover.gif);
	background-repeat: repeat-x;
}
div#menunav ul#nav li:hover ul li {
	height: 30px;
}

div#menunav ul#nav li:hover a, div#menunav ul#nav li.over a {
	background-image: none;
	background-color: none;
	color: #FFF;
}


div#menunav a:hover {
	text-decoration: none;
}






/*Estilos cuerpo */


.informacion{
	padding: 0px;
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}




/* Estilos principal */


#izquerda {
	float:left;
	width: 618px;
}

#derecha{
	float:right;
	width: 300px;
}




.noticia_ppal{
	width: 620px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #f1f1f1;
}

.noticia_ppalcont {
	width: 580px;
	margin:0 auto;
	padding:0px;
	text-align: left;
}

.noticia_ppalcont img{
	margin-right: 20px;
}


.pderecha{
	text-align: right;
}



.fecha {
	font-size: 11px;
	font-style: italic;
}

#principal_der{
	float: right;
	width: 308px;
}

#agenda{
	width: 300px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #f1f1f1;
	text-align: center;
}

#agenda_int{
	margin: 0 auto;
	padding: 0px;
	width: 260px;
}

#agenda_int input {
	font-size: 12px;
	color: #8d8d8d;
	background-color: #f1f1f1;
	border: 1px solid #c0c0c0;
}



#agenda_int select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	color: #8d8d8d;
}

.tabla{
	background-color: #FFF;
	border: 1px solid #cccccc;
	margin: 0px;
}

.tabla td{
	padding: 2px;
}


.tabla td a{
	font-weight: bold;
	color: #ff00fc;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff00fc;
	text-decoration: none;
	width: 15px;
	display:block;
}


.tabla td a:hover{
	font-weight: bold;
	color: #ffffff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5d7709;
	text-decoration: none;
	background-color: #97c00c;
}


#evento{
	text-align: left;
	margin-top: 10px;
}
.dias {
	font-weight: bold;
	color: #666666;
	background-color: #f1f1f1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}




#ppal2{
	width: 620px;
}

#galeria{
	float: right;
	width: 300px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.modgaleria{
	margin-top: 10px;
}

#galeria_int{
	float: right;
	width: 690px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}




#masnoticias{
	width: 300px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}







.masnoti{
	margin-top: 10px;
}	

.masnoti img {
	margin-right: 10px;
}
#faltan {
	font-size: 18px;
	color: #666666;
	margin-left: 20px;
}

/* Estilos interiores*/


#semilla {
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}

#semilla a {
	color:#000000;
	font-weight: normal;
}
	
#semilla a:hover {
	color:#676767;
	font-weight: normal;
}	

#izq_interior{
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #98c10f;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

#izq_interior ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

#izq_interior ul li.menu{
	list-style-type: none;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 25px;
	width: 200px;
	padding: 0px;
}



#izq_interior ul li.menu a{
	color: #ffffff;
	text-decoration: none;
	display:block;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#izq_interior ul li.menu a:hover{
	display:block;
	color: #ffffff;
	text-decoration: none;
	background-color: #5d7709;
}









div#izq_interior ul li.menu:hover, div#izq_interior ul li.menu.over {
	height: 25px;
	background-color: #5d7709;
}







#izq_interior ul li.submenu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 0px;
	color: #FFF;
	list-style-type: none;
}

#izq_interior ul li.submenu a {
	color: #ffffff;
	text-decoration: none;
}


#izq_interior ul li.submenu a:hover {
	color: #000000;
	text-decoration: none;
}





#izq_interior ul li.subsubmenu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 35px;
	padding: 0px;
	color: #FFF;
	list-style-type: none;
}

#izq_interior ul li.subsubmenu a {
	color: #ffffff;
	text-decoration: none;
}


#izq_interior ul li.subsubmenu a:hover {
	color: #000000;
	text-decoration: none;
}





#centro{
	float: left;
	width: 550px;
	margin-left: 20px;
	text-align: left;
}

#centro img{
	margin-right: 10px;
	margin-left: 10px;
}



#centro_2col{
	float: right;
	width: 690px;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

#descarga{
	width: 150px;
	float: right;
	background-color: #f1f1f1;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
	

.descarga2{
	width: 133px;
	background-color: #f1f1f1;
	text-align: left;
	margin-left: 10px;
	}
	

.descarga2 a {
	color:#000000;
	font-weight: normal;
	text-decoration: none;
}
	
.descarga2 a:hover {
	color:#676767;
	font-weight: normal;
	text-decoration: underline;
}	

/* Estilos pie */


#pie{
	background-color: #ffffff;
	width: 980px;
	margin-top: 10px;
}

#enlacespie{
	background-color: #e8e8e8;
	width: 980px;
	margin-top: 10px;
}


#contacta2{
	width: 302px;
	float: left;
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
	text-align: left;
}

#enlaces{
	float: left;
	width: 302px;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;	
}

#enlaces a {
	color:#000000;
	font-weight: normal;
	text-decoration: underline;
}
	
#enlaces a:hover {
	color:#676767;
	font-weight: normal;
	text-decoration: underline;
}	

#enlaces ul{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../imagenes/lista.gif);
}

#boletines{
	width: 302px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	text-align: left;	

	}
	
#boletines ul{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}	

#boletines ul{
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(/imagenes_esp/imagenes/lista.gif);
}


#boletines a {
	color:#000000;}
	
#boletines a:hover {
	color:#676767;}	

#patrocinadores{
	width: 940px;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
}

#legal{
	width: 940px;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #676767;
}


#legal a {
	color:#000000;
	font-weight: normal;
}
	
#legal a:hover {
	color:#676767;
	font-weight: normal;
}	


/*estilos noticias */

.titular{
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}

.antetitular{
	font-size: 13px;
	font-style: italic;
	color: #666666;
}


/* estilos agenda */

.diacurso{
	font-weight: bold;
	background-color: #f1f1f1;
}


/*estilos para diario */

#tit_diario{
	float:left;
	margin: 0px;
	padding: 0px;
	width: 725px;
}

#fecha_diario{
	float:right;
	text-align: right;
	width: 210px;
	margin-top: 35px;
	font-style: italic;
}

.entrada_diario{
	float:left;
	text-align: left;
	width: 460px;
	margin: 5px;
	background-color: #f1f1f1;
}

.entrada_diario p{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


#foto_autor{
	float:left;
	text-align: center;
	width: 150px;
	margin: 5px;
	background-color: #f1f1f1;
}

#foto_autor_2{
	float:left;
	text-align: center;
	width: 170px;
	margin: 5px;
	background-color: #f1f1f1;
}

#diario_contenido{
	float:right;
	text-align: left;
	width: 760px;
	margin: 5px;
	background-color: #f1f1f1;
}

#diario_contenido p{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#cuadro_entradas{
	border:1px solid #cfcfcf;
	background-color: #f1f1f1;
	padding: 10px;
	width: 920px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	
#cuadro_entradas strong{
	font-size: 14px;
	font-weight: bold;
	color: #6e8c0a;
	text-transform: uppercase;
	}
	
	
/* de la pagina nueva 4 columnas */

#paginas{
	text-align: right;
	float: left;
	height: 27px;
	padding: 1px;
	width: 160px;
	margin-top: 5px;
}


#masnoticias_2{
	width: 226px;
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#derecha_2{
	float:right;
	width: 226px;
}


#agenda_2{
	width: 226px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #f1f1f1;
	text-align: center;
}

#agenda_int_2{
	margin: 0 auto;
	padding: 0px;
	width: 200px;
}

#centro_main{
	width:452px;
	float:left;
	margin-left:20px;
	text-align: justify;
	}
	
#multimedia_main{
	width:217px;
	float:left;
	margin-top: 20px;
}	

#especiales_main{
	width:217px;
	float:left;
	margin-top: 20px;
	margin-left:17px;
}	

#buscador2{
	width: 302px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	text-align: left;	

}


#buscador2 input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #888888;
}


#buscador2 img{
	margin-top: 2px;
	margin-right: 5px;
}

.blanco{
	color: #FFF;
}

.blanco a{
	color: #FFF;
}

.blanco a:hover{
	color: #FFF;
}