@charset "utf-8";
/* CSS Document */

.cuadroPrincipal {
	margin:0px auto;
	width:800px;
}

.cabecera{
	width:800px;
	height:100px;
	background:#FFFFFF;
	border:solid 1px #DAE1E9; 
}

.menuSuperior{
	width:800px;
	background:#EEEEEE;
	border-left:solid 1px #DAE1E9;
	border-right:solid 1px #DAE1E9; 
	border-top:solid 1px #DAE1E9; 
	text-align:right;
}

.menuSuperior a:link, .menuSuperior a:visited, .menuSuperior a:active{
	color:#000000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
	
}
.menuSuperior a:hover {
	color:#005177;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

.menu{
	width:780px;
	background:#005177;
	font-size:12px;
	text-decoration: none;
}

.menu a:link, .menu a:visited, .menu a:active{
	color:#FFFFFF;
	text-decoration: none;
	padding-left:20px;
	padding-right:10px;
	height:20px;
	font-weight:bold;
	
}
.menu a:hover {
	color:#DAE1E9;
	text-decoration: none;
	padding-left:20px;
	padding-right:10px;
	font-weight:bold;
	background-image:url(../images/menu_icon.png);
	background-position:left;
	background-repeat:no-repeat;
	height:20px;
}


.cuerpo{
	width:800px;
	height:750px;
	background:#FFFFFF;
	border:solid 1px #DAE1E9; 
}

.pie-pagina{
	width:790px;
	background:#FFFFFF;
	border:solid 1px #DAE1E9; 
	margin-top:15px;
	margin-bottom:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
}

.seccionIzquierda{
	width:570px;
	height:750px;
	float:left;
}

.seccionDerecha{
	width:230px;
	height:800px;
	font-size:12px;
	float:left;
}

.menuDerecha a:link, .menuDerecha a:visited, .menuDerecha a:active{
	color:#003157;
	text-decoration: none;
	padding-left:5px;
	
}
.menuDerecha a:hover {
	color:#3081A7;
	text-decoration: none;
	padding-left:5px;
}

.menuDerecha{
	margin-top:30px;
	background-image:url(../images/menu_der.jpg);
	background-position:right;
	height:115px;
	width:100%;
}

.seccionCorreo{
	color:#003157;
	padding-right:15px;
	padding-left:20px;
	margin-top:30px;
	background-image:url(../images/menu_der_correo.jpg);
	background-position:right;
	height:173px;
	text-align:center;
}

.seccionEventos {
	color:#003157;
	padding-right:15px;
	padding-left:20px;
	padding-top:3px;
	margin-top:30px;
	background-image:url(../images/menu_der_eventos.jpg);
	background-position:right;
	height:275px;
	text-align:center;
}

.eventos{
	border:solid 1px #a9dc93;
	margin-top:9px;
	margin-bottom:9px;
}

.clear{
	clear:both;
}

div.noticias{
	border:solid 1px #DAE1E9;
	width:529px;
}

.noticias_top{
	background-image:url(../images/noticias_top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:445px;
	height:35px;
	padding-left:15px;
	padding-right:90px;
	padding-top:5px;
	font-weight:bold;
	color:#005177;
	font-size:12px;
}
.noticias_bottom{
	background-image:url(../images/noticias_bottom.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:550px;
	height:20px;
	font-size:10px;
}
.noticias_middle{
	background-image:url(../images/noticias_middle.jpg);
	background-position:left;
	background-repeat:repeat-y;
	width:445px;
	padding-left:15px;
	padding-right:90px;
	font-size:12px;
	text-align:justify;
}

.noticias_middle a:link, .noticias_middle a:visited, .noticias_middle a:active, .noticias_middle a:hover{
	color:#309B47;
	text-decoration: none;
	font-weight:bold;
}
.pagina_contenido{
	border:solid 1px #DAE1E9;
	width:550px;
	margin-left:9px;
	margin-right:9px;
	margin-top:9px;
	margin-bottom:9px;
	height:730px;
}
.contenido{
	margin-top:9px;
	margin-bottom:9px;
	margin-left:9px;
	margin-right:30px;
	width:532px;
}

.info_presidente{
	margin-bottom:20px;
}

.imagen_presidente{
	width:100px;
	height:120px;
	margin-bottom:10px;
}

.imagen_presidente img {
	border:solid 3px #5381ac;
}

.texto_presidente{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
}

.tituloContenido{
	color:#309B47;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
}
.fechaContenido{
	color:#999999;
	font-size:12px;
	text-align:right;
	font-weight:bold;
}

.linkContenido{
	font-size:12px;
	text-align:right;
}
.linkContenido a:link, .linkContenido a:visited, .linkContenido a:active{
	color:#005177;
}
.linkContenido a:hover{
	color:#309B47;
}
.archivoContenido{
	font-size:12px;
	text-align:right;
}
.archivoContenido a:link, .archivoContenido a:visited, .archivoContenido a:active{
	color:#005177;
}
.archivoContenido a:hover{
	color:#309B47;
}
.textoContenido{
	padding-top:10px;
	font-size:12px;
}

.textoContenido a:link, .textoContenido a:visited, .textoContenido a:active{
	color:#309B47;
	font-weight:bold;
}
.textoContenido a:hover{
	color:#005177;
	font-weight:bold;
}


.seccion{
	padding-top:10px;
	padding-left:30px;
	
}
.tituloSeccion{
	padding-top:10px;
	border-top:1px #CCCCCC solid;
	color:#005177;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
}
.imagenSeccion {
	padding:20px;
	float:left;
}
.fechaSeccion{
	color:#999999;
	font-size:12px;
	text-align:right;
}
.linkSeccion{
	font-size:12px;
	text-align:right;
}
.linkSeccion a:link, .linkSeccion a:visited, .linkSeccion a:active{
	color:#309B47;
}
.linkSeccion a:hover{
	color:#005177;
}
.archivoSeccion{
	font-size:12px;
	text-align:right;
}
.archivoSeccion a:link, .archivoSeccion a:visited, .archivoSeccion a:active{
	color:#309B47;
}
.archivoSeccion a:hover{
	color:#005177;
}
.textoSeccion{
	padding-top:10px;
	font-size:12px;
}
.textoSeccion a:link, .textoSeccion a:visited, .textoSeccion a:active{
	color:#309B47;
	font-weight:bold;
}
.textoSeccion a:hover{
	color:#005177;
	font-weight:bold;
}


.textField{
	color:#005177;
	font-size:10px;
	width:100px;
}

.boton{
	background-color:#DAE1E9;
	border:1px solid #005177;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}

.foto-galeria{
	width:126px;
	height:156px;
	float:left;
	margin:2px;
}

.foto-galeria img {
	border:solid 3px #5381ac;
}

.titulo-galeria{
	margin-top:30px;
	padding-left:20px;
	color:#125687;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	float:left;
}
.titulo-galeria a:link, .titulo-galeria a:visited, .titulo-galeria a:active{
	color:#005177;
	text-decoration:none;
}
.titulo-galeria a:hover{
	color:#309B47;
	text-decoration:none;
}

.marco-galeria{
	margin:20px;
}

.titulo-pie{
	color:#309B47;
	text-decoration: none;
	font-weight:bold;
}

.ponencias{
	border:solid 1px #a9dc93;
	width:530px;
	margin-top:9px;
	margin-bottom:9px;
}

.ponencias_titulo{
	width:100px;
	padding-left:15px;
	padding-right:10px;
	padding-top:5px;
	font-weight:bold;
	font-size:12px;
	color:#125687;
	float:left;
}

.ponencias_imagen{
	margin:0px;
	margin-right:5px;
	float:left;
}

.ponencias_texto{
	width:390px;
	padding-right:15px;
	font-size:12px;
	text-align:justify;
	float:left;
	background-color:#d2dde4;
}

.ponencias_texto a:link, .ponencias_texto a:visited, .ponencias_texto a:active, .ponencias_texto a:hover{
	color:#509556;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
}

.ponencias_texto_img{
	width:375px;
	padding-right:15px;
	padding-left:15px;
	font-size:12px;
	text-align:justify;
	float:left;
	background-color:#d2dde4;
}

.ponencias_texto_img a:link, .ponencias_texto_img a:visited, .ponencias_texto_img a:active, .ponencias_texto_img a:hover{
	color:#509556;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
}

.eventos{
	border:solid 1px #a9dc93;
	width:530px;
	margin-top:9px;
	margin-bottom:9px;
}

.tituloEventos{
	color:#309B47;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	float:left;
	padding-left:30px;
}

.eventos_titulo{
	width:480px;
	padding-left:43px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	font-size:12px;
	color:#125687;
	float:left;
	background:#D2DDE4;
}
.eventos_titulo_box{
	padding-left:4px;
	padding-right:4px;
	padding-top:5px;
	font-weight:bold;
	font-size:12px;
	color:#125687;
	float:left;
}

.eventos_imagen{
	margin:0px auto;
	margin-left:43px;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}

.eventos_texto{
	padding-right:15px;
	font-size:12px;
	text-align:justify;
	float:left;
}

.eventos_texto a:link, .eventos_texto a:visited, .eventos_texto a:active, .eventos_texto a:hover{
	color:#509556;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
}

.eventos_texto_img{
	padding-right:15px;
	padding-left:15px;
	font-size:12px;
	text-align:justify;
	float:left;
}

.eventos_texto_img a:link, .eventos_texto_img a:visited, .eventos_texto_img a:active, .eventos_texto_img a:hover{
	color:#509556;
	text-decoration: none;
	font-weight:bold;
	font-size:10px;
}



.descargas{
	border:solid 1px #a9dc93;
	width:530px;
	margin-top:9px;
	margin-bottom:30px;
}

.descargas_titulo{
	padding:5px;
	font-weight:bold;
	color:#125687;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#d2dde4;
}

.descargas_imagen{
	float:left;
}

.descargas_info_img{
	width:430px;
	float:left;
}

.descargas_info{
	width:530px;
	float:left;
}

.descargas_texto{
	padding:5px;
	font-size:12px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
}

.descargas_link{
	height:12px;
	padding:5px;
	font-size:10px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	border-top:solid 1px #a9dc93;
	/*background-image:url(../images/collage_pie.jpg);*/
	background-position:left;
	background-repeat:no-repeat;
}

.descargas_link a:link, .descargas_link a:visited, .descargas_link a:active, .descargas_link a:hover{
	color:#509556;
	text-decoration: none;
	font-weight:bold;
}