@charset "iso-8859-1";
html{
	overflow-y: scroll;
}
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #1B7F1B;
	background-image: url(imagenes/fondo.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	color: #FFF;
}
#centro {
	position: absolute;
	width: 960px;
	left: 50%;
	top: 10px;
	margin-left: -480px;
	background-image: url(imagenes/fondo_marco2.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	overflow: auto;
	color: #333;
}
#cabecera{
	clear: both;
	left: Opx;
	top: 0px;
	width: 960px;
	height: 114px;
	float: left;
}
#contenido{
	float: left;
	width: 940px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	overflow: auto;
	color: #333;
}
#menu_lat{
	float: left;
	width: 166px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: auto;
	color: #333;
}
#menu_sup{
	float: left;
	width: 744px;
	overflow: auto;
	margin-top: 10px;
	background-image: url(imagenes/barra_superior_med.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	color: #333;
}

.boton_menu{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	color: #FFF;
}
.boton_menu a:link			{text-decoration: none; padding-left: 18px; text-indent: 18px; color: #FFF;}
.boton_menu a:visited		{text-decoration: none; padding-left: 18px; text-indent: 18px; color: #FFF;}
.boton_menu a:active		{text-decoration: none; padding-left: 18px; text-indent: 18px; color: #FFF;}
.boton_menu a:hover			{text-decoration: none; background-image: url(imagenes/puntero_menu.png); background-repeat: no-repeat; background-position: 6px center; text-indent: 18px; font-weight: bold; color: #FC0}
.boton_menu_seleccionado {padding-left: 18px; text-decoration: none; background-image: url(imagenes/puntero_menu.png); background-repeat: no-repeat; background-position: 6px center; text-indent: 18px; font-weight: bold; color: #FC0}

.boton_menu_sup{
	background-image: url(imagenes/boton_menu_sup.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.boton_menu_normal{
	background-image: url(imagenes/boton_menu_normal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#informacion{
	float: left;
	width: 720px;
	border: solid 1px #333;
	padding: 10px;
	overflow: auto;
}
.margen_div {
	margin-top: 10px;
	margin-bottom: 10px;
}
#informacion_1{
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 740px;
	overflow: auto;
}
#publicidad{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 916px;
	overflow: auto;
}

.boton_menu_arriba 								{text-align: center; font-size: 12px;}
.boton_menu_arriba a:link					{text-decoration: none; font-weight: bold; color: #FFF;}
.boton_menu_arriba a:visited			{text-decoration: none; font-weight: bold; color: #FFF;}
.boton_menu_arriba a:active				{text-decoration: none; font-weight: bold; color: #FFF;}
.boton_menu_arriba a:hover				{text-decoration: none; font-weight: bold; color: #FC0;}

.boton_menu_arriba_seleccionado							{text-align: center; font-size: 12px;}
.boton_menu_arriba_seleccionado a:link			{text-decoration: none; font-weight: bold; color: #FC0;}
.boton_menu_arriba_seleccionado a:visited		{text-decoration: none; font-weight: bold; color: #FC0;}
.boton_menu_arriba_seleccionado a:active		{text-decoration: none; font-weight: bold; color: #FC0;}
.boton_menu_arriba_seleccionado a:hover			{text-decoration: none; font-weight: bold; color: #990000;}

.texto_titulo_informacion{
	font-size: 16px;
	font-weight: bold;
	color:#333;
	background-color: #FFF;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
}
.subtitulo_informacion		{font-size: 12px; color:#666; font-style: italic; padding-left: 6px;}
.texto_informacion				{font-size: 12px; color: #333; text-align: justify;}
.texto_informacion1				{padding-left: 10px; font-size: 12px; color: #333; text-align: justify;}
	
.informacion_foto	li			{
	margin: 2px;
	display: block;
	list-style-position: inherit;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	z-index: 99;
}
.informacion_foto a 				{padding: 2px; display: block; line-height: 0; z-index: 99;}
.informacion_foto a:hover		{z-index: 99;}

.informacion_foto_d	li			{
	margin: 2px;
	display: block;
	list-style-position: inherit;
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	z-index: 99;
}
.informacion_foto_d a 				{padding: 2px; display: block; line-height: 0; z-index: 99;}
.informacion_foto_d a:hover		{z-index: 99;}

.margen_fotos		 		{padding-right: 12px;}
.texto_desc_info 		{color: #333;}
.texto_desc_info ul {
	text-indent: 30px;
	margin-left: 30px;
	list-style-position: inside;
	list-style-type: disc;
}

/* ---- para archivo de FOTOS.PHP ---- */
	ul.gallery {
		list-style: none;
	}
	
		ul.gallery li {
			display: block;
			float: left;
			margin: 0px 5px 0px 5px;
		}
		
			ul.gallery li a {
				padding: 2px;
				display: block;
				border: 2px #9db2b9 solid;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				line-height: 0;
			}
			
			ul.gallery li a:hover { border: 2px #313739 solid; }
			
/* ---- para archivo de NOTICIAS ---- */
	ul.notices {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -42px;
	}
	
		ul.notices li {
			display: block;
			float: left;
			margin: 0px 0px 0px 0px;
		}
		
			ul.notices li a {
				padding: 2px;
				display: block;
				border: 2px #9db2b9 solid;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				line-height: 0;
			}
			
			ul.notices li a:hover { border: 2px #313739 solid; }
			
a.mas_informacion:link, a.mas_informacion:visited, a.mas_informacion:active{
	color: #900;
	text-decoration: none;
	font-size: 10px;
}
a.mas_informacion:hover{
	color: #009;
	text-decoration: underline;
	font-size: 10px;
}
a.ver_todas:link, a.ver_todas:visited, a.ver_todas:active {
	color: #900;
	text-decoration: none;
	
}
a.ver_todas:hover {
	color: #009;
	text-decoration: underline;
	
}
.titulo_noticia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px #9db2b9 solid;
}
.texto_noticia{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-right: 4px;
	text-align: justify;
}
.titular_noticia {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.punteado_medio{
	background-image: url(imagenes/punteadp.gif);
	background-repeat: repeat-x;
	background-position: center left;
}
.punteado_medio_rojo{
	background-image: url(imagenes/punteadp_rojo.gif);
	background-repeat: repeat-x;
	background-position: center left;
}
.fecha_noticia{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #990000;
	padding-right: 4px;
}
.resumen_noticia{
	padding-right: 10px;
}
.tabla_autor_noticia{
	padding-left: 20px;
	padding-bottom: 6px;
}
.tabla_fotos_noticia{
	padding-top: 30px;
}
.autor_noticia{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	padding-right: 10px;
}
.autor_noticia_detalle{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
	padding-right: 4px;
}
.linea_titulo{
	background-color: #666;
	color: #FFF;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.titulo_galeria {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border-bottom: 2px #9db2b9 solid;
}
.titulo_galeria_fecha{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #900;
}

.contacto input				{font-size: 11px; border: 1px solid #B8E7B8; font-family: Verdana, Geneva, sans-serif;}
.contacto select			{font-size: 11px; border: 1px solid #B8E7B8; font-family: Verdana, Geneva, sans-serif;}
.contacto textarea		{font-size: 11px; border: 1px solid #B8E7B8; font-family: Verdana, Geneva, sans-serif;}

.linea_gris{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
