/* FORMAS  */

body {
	text-align:center;
	margin: 0px 0px;
	background-color: #FFFFFF;
}
/*Elementos que componen el esqueleto de la página*/
#columna_tercio{
	width: 250px;
	height: 100px;
	float: left;
}
#columna_sexto{
	width: 125px;
	height: 100px;
	float: left;
	padding: 0;
}
/*Hack para alinear verticalmente*/
img.valign {
   height: 100%;
   vertical-align: middle;
   width: 0px;
} 
/*-----------------------------------------------*/

/*Elementos que componen la cabecera*/
#imagen_cabecera{
	width: 250px;
	height: 35px;
}

#imagen_logo{
	width: 250px;
	height: 100px;
	background-image: url(../fotos/logo_crd.gif);
	text-indent: -5000px;
}

#bloque_blanco_cabecera{
	width: 250px;
	height: 45px;
	background-color: #FFFFFF;
	vertical-align: middle;
}

#sombra_cabecera{
	width: 250px;
	height: 20px;
	background-image: url(../fotos/sombra_cabecera.gif);
}

.formato_fecha{
	text-align: center;
	font-size: 0.7em;
	color: #BF0A30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 1.5em;
}

.texto_navegadores{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	padding: 0.5em;
	color: #666666;
}
/*-----------------------------------------------*/

/*Elementos que componen el menú principal*/
#sombra_menu{
	width: 750px;
	height: 50px;
	background-image: url(../fotos/sombra_menu.gif);
	text-align: center;
}

#navegador {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	list-style: none;
	margin: 0 0 0 5em;
}

#navegador dd {
	display: inline;
	float: left;
	margin: .5em 0 0 0;
}

#navegador dd a{
	text-decoration: none;
	display: block;
	float: left;
	color: #000000;
	border-right: 2px solid #FDF0BF;
	height: 1.5em;
	width: auto;
	padding: 0.5em;
}

#navegador dd a:hover{
	text-decoration: underline;
	border-right: 2px solid #F8C400;
}
/*-----------------------------------------------*/

/*Elementos que componen la barra de destacados*/
#logos_destacados{
	width: 125px;
	height: 50px;
}

#botones_destacados {
	list-style:none;
	margin:0;
}

#botones_destacados  dd {
	margin: 0;
	background-repeat: no-repeat;
}

#botones_destacados  dd a {
	display:block;
	width:125px;
	height: 125px;
	text-decoration:none;
}

#botones_destacados dd a span {
	display:none;
}

#plan{
	background-image: url(../fotos/banner_plan.gif);
	background-repeat: no-repeat;
}

#boletin{
	background-image: url(../fotos/banner_noticias.gif);
	background-repeat: no-repeat;
}

#cursos{
	background-image: url(../fotos/banner_formacion.gif);
	background-repeat: no-repeat;
}

#contacto{
	background-image: url(../fotos/banner_contacto.gif);
	background-repeat: no-repeat;
}

#directorio {
	background-image: url(../fotos/banner_directorio.png);
	background-repeat: no-repeat;
}
/*-----------------------------------------------*/

/*Elementos que componen el pie de página*/

#sombra_pie{
	width: 750px;
	height: 100px;
	background-image: url(../fotos/sombra_pie.gif);
}

#colaboradoras{
	list-style: none;
	margin: 0 0 0 2em;
}
#colaboradoras dd {
	display: inline;
	float: left;
	margin: 0;
	padding: 1em;
}

#colaboradoras dd a {
	width:140px;
	height:65px;
	display: block;
	float: left;
}

#colaboradoras dd a:hover {
	background-position:bottom;
}

#colaboradoras dd a span {
	display:none;
}

#junta {background-image:url(../fotos/logo_junta.gif);}
#ayuntamiento {background-image:url(../fotos/logo_ayuntamiento.gif);}
#cocemfe {background-image:url(../fotos/logo_fams.gif);}
#agradis {background-image:url(../fotos/logo_agradis.gif);}

/*-----------------------------------------------*/

/*Elementos que componen las notas legales*/
#contenedor_legal{
	width: 750px;
	height: 30px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

#contenedor_legal a{
	text-decoration: underline;
	color: #000000;
	
}

#contenedor_legal a:hover{
	text-decoration: none;
	color: #000000;
	
}
/*-----------------------------------------------*/

/*Elementos que componen el menú lateral de contenidos*/
#bloque_rojo {
	height: 50px;
	width: 125px;
	background-color: #BF0A30;
	text-align: right;
	vertical-align: middle;
	display: table-cell;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 0.5em;
}

#bloque_azul {
	height: 50px;
	width: 125px;
}

#contenidos {
	list-style: none;
	margin: 0;
	padding: 0em;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
#contenidos li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0em;
}
#contenidos li a {
	background: #FFFFFF;
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 0.4em;
	border-bottom: 1px solid #EEEEEE;
}
#contenidos li a:hover {
  background: #EFC2CB;
}

#contenidos li abbr{
	text-decoration:none;
}
/*-----------------------------------------------*/

/*Elementos que componen el menú de seleccion alfabetico*/
#listado_alfabetico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	color: #999999;
	/*El borde redondeado no va en el Internet Explorer*/
	border-radius: 5px;

	/*Esto es un HACK para el Mozzila para hacer cantos redondeados*/
    -moz-border-radius: 5px;
	/*Esto es un HACK para el Crome y el Safari para hacer cantos redondeados*/
    -webkit-border-radius: 5px;
	margin-left: 0.5em;
	background-color: #eeeeee;
	width: 95%;
	padding: 0.5em;
	clear: both;
}

#listado_alfabetico li{
	display: inline;
}

#listado_alfabetico li a{
	text-decoration: none;
	color: #BF0A30;
	font-weight: bold;
}

#listado_alfabetico li a:hover{
	text-decoration: underline;
}

