/* Estilos contenedores */

	/* Contenedores generales */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1B4B1C;
	background-color: #586B45;
	margin: 0em;
}
#g_fondo_sup {
	width: 100%;
	background-image: url(../media/fondo_sup.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#g_fondo_inf {
	width: 100%;
	background-image: url(../media/fondo_inf.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #9AB58A;
}
#g_contenedor {
	width: 944px;
	margin: auto;
}
#g_fondo_bor {
	background-image: url(../media/borde.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
}
#g_fondo_pie {
	background-image: url(../media/pie.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
}
#g_fondo_cab {
	background-image: url(../media/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
}

/* Cabecera */

#g_cabecera {
	width: 100%;
	height: 208px;
}

		/* Identidad */
				
#g_logo {
	width: 75%;
	height: 3.1em;
	float: left;
	font-size: 1em;
	color: #5A6C46;
	line-height: 1.7em;
	padding-top: 3.7em;
	padding-left: 4.5em;
}
.logo_2 {
	font-size: 1.2em;
}

		/* buscador */
					
#g_buscar {
	width: 22%;
	clear: both;
	font-size: .7em;
	color: #51504E;
	padding-top: 35px;
	padding-left: 70px;
}

		/* botón portada */
		
#g_inicio {
	width: 12%;
	float: right;
	font-size: .7em;
	color: #737E6A;
	padding-top: 18px;
}

#g_inicio a{
	color: #737E6A;
	text-decoration:none;

}#g_inicio a:hover{
	color: #0275CD;
	text-decoration:none;
}

/*cuerpo*/

#g_cuerpo  {
	width: 100%;	
}

		/* zona izquierda */
	
#g_zona_izq {
	width: 280px;
	float: left;
	background-image: url(../media/zi_bor.jpg);
	background-repeat:  repeat-y;
	background-position: left top;
}
#g_zi_pie {
	width: 100%;
	background-image: url(../media/zi_pie.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#g_zi_cab {
	width: 100%;
	background-image: url(../media/zi_cab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

		/* menú principal */

#g_menu_principal{
	width: 86%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #DB8806;
	padding-top: 3.5em;
	padding-bottom: 2.5em;
	padding-left: 1em;
}
#g_menu_principal ul{
	padding: 0em;
	margin: 0em;
}
#g_menu_principal ul li{
	line-height: 1.4em;
	background-image: url(../media/icon_menu.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	list-style-type: none;
	list-style-image: none;
	padding-left: 1.7em;
	margin-bottom: 1em;/* separacion entre bloques ul primer nivel */
	margin-left: 2.6em;
}

#g_menu_principal ul ul li{
	font-weight: normal;
	color: #DB8806;
	line-height: 1.7em;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../media/icon_menu2.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
	list-style-image:none;
	padding-left: 1em;/* espaciado entre viñeta y texto segundo nivel*/
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1.7em;
}
#g_menu_principal a { 
	text-decoration: none; 
	color: #76826A;
}
#g_menu_principal a:hover { 
	text-decoration: none; 
	color: #DB8806;
}

	/* Zona derecha (contenidos) */

#g_zona_der {
	width:663px;
	float: right;
	background-image: url(../media/cabecera_2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

			/*Ruta*/
				
#g_ruta {
	width:87%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #737E6A;
	padding-top: 2.5em;
	padding-left: 3.5em;
}
#g_ruta a{
	color: #737E6A;
	text-decoration:none;
}
#g_ruta a:hover{
	color: #0275CD;
	text-decoration:none;
}

			/* Contenidos*/
	
#g_contenido {
	width: 87%;
	float: left;
	padding-top: 1.8em;
	padding-right: 1.2em;
	padding-bottom: 0em;
	padding-left: 3.5em;
	font-size: .8em;
}

/* Pie de la página */

#g_pie {
	width: 100%;
	height: 143px;
}

	/* Menu pie */

#g_pie_tex {
	width: 60%;
	float: right;
	font-size: .8em;
	color: #737E6A;
	text-align: right;
	padding-top: 0.2em;
	padding-right: 4em;
	padding-bottom: 0.4em;
}
#g_pie_tex  a{
	color: #737E6A;
	text-decoration:none;
}
#g_pie_tex  a:hover{
	color: #0275CD;
	text-decoration:none;
}

	/* Menu complementos */
	
#g_complementos {
	width: 66%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #1B4B1C;
	text-align: center;
	padding-top: 2.5em;
	padding-right: 3em;
}
#g_complementos a{
	color: #1B4B1C;
	text-decoration:none;
}
#g_complementos a:hover{
	color: #DB8806;
	text-decoration:none;
}


/* Estilos específicos para la portada */

			/* Contenedores generales */

#g_fondo_bor_p {
	background-image: url(../media/portada/borde.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
}
#g_fondo_pie_p {
	background-image: url(../media/portada/pie.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
}

		/* Zona derecha (contenidos) */
		
#g_zona_der_p {
	width:663px;
	float: right;
	background-image: url(../media/portada/cabecera2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

			/* Contenidos*/
	
#g_contenido_p {
	width: 72%;
	float: left;
	padding-top: 2.5em;
	padding-right: 1.1em;
	padding-bottom: 0.5em;
	padding-left: 3em;
	font-size: .75em;
}

			/* agenda y noticias */
			
#intro {
	width: 100%;
	float: left;
	padding-bottom: .4em;
}
#intro h3 {
	font-size: 1em;
	font-weight: bold;
	color: #57AF5C;
}			
#notas_portada{
	width: 100%;
	margin: 0em;
	padding: 0em;
	float: left;
}
.noticias {
	width: 55%;
	float: right;
	padding-bottom: 10px;
}
.noticias h3 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	color: #57AF5C;
	padding-bottom: 10px;
	padding-top: 10px;
}
.noticias h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1B4B1C;
}
.agenda {
	width: 40%;
	float: left;
	padding-bottom: 10px;
}
.agenda h3 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	color: #57AF5C;
	padding-bottom: 10px;
	padding-top: 10px;
}
.agenda h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1B4B1C;
}
.notas_portada_fecha {
	font-size: .9em;
	float: left;
	color: #C81519;
}
.notas_portada_texto {
	float: left;
}
.mas_info {
	font-size: .9em;
	clear: both;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.mas_info  a{
	color: #0275CD;
	text-decoration:none;
}
.mas_info  a:hover{
	color: #0275CD;
	text-decoration:underline;
}
			/* banda derecha */
			
#g_bander {
	width: 97px;
	float: right;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	padding-right: 6px;
}
#g_bander img{
	padding-bottom: .5em;
}
.tex_bander {
	font-size: 0.7em;
	color: #C81519;
}
			
/* Pie de la página */

#g_pie {
	width: 100%;
	height: 143px;
}

	/* Menu pie */

#g_pie_tex_p {
	width: 54%;
	float: right;
	color: #737E6A;
	padding-top: .4em;
	padding-bottom: 0.4em;
	text-align: right;
	padding-right: 11em;
	font-size: 0.9em;
}
#g_pie_tex_p  a{
	color: #737E6A;
	text-decoration:none;
}
#g_pie_tex_p  a:hover{
	color: #0275CD;
	text-decoration:none;
}

	/* Menu complementos */
	
#g_complementos_p {
	width: 56%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #1B4B1C;
	text-align: center;
	padding-top: 2em;
	padding-right: 11.8em;
}
#g_complementos_p a{
	color: #1B4B1C;
	text-decoration:none;
}
#g_complementos_p a:hover{
	color: #DB8806;
	text-decoration:none;
}

	/* Genia */
	
#g_genia {
	float: left;
	width: 220px;
	padding-top: 30px;
	font-size: .7em;
	padding-left: 2em;
	color: #76826A;
}
