body {
	font: 78%/1.5 verdana,arial, helvetica, serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	/* background-color: #e1e1e1; */
	text-align: center;
	/*
	background: #E0D020 url('../images/fondo.gif') top left repeat-x;
	*/
	background-color: #d20000;
}
p {margin: 0px;
padding: 0px;}
/***** [MAQUETACION] *****/

#sombra_fondo {
margin-left: auto;
margin-right: auto;
width: 810px;
/*
background: url('../images/sombra_fondo.gif') top center no-repeat;
*/
}
#sombra_fondo_atras {
margin-left: auto;
margin-right: auto;
width: 810px;
/*
background: url('../images/sombra_fondo_atras.gif') bottom center repeat-y;
*/
}

#contenedor {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	text-align: center;
	background-color: #ECE9D8;
	}
#sobre_cabecera {
width: 770px;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #666;
}

#cabecera {
	width: 770px;
	height: 182px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFF url("../images/cabecera.png") top left no-repeat;
	/* border: 1px solid #ccc; */
	clear: both;
	border-top: 0px solid #FFF;
	border-bottom: 2px solid #5B5B5B;

}

#menu_horizontal{
	width: 770px;
	height: 28px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #FFF;
	background-color: #5B5B5B;
	/* background: #E1E1E1 url("../images/fondo_menu.gif") top left repeat-x; */
	/* border: 1px solid #ccc; */
	/* clear: both; */
	/* border-bottom: 0px solid #990000; */
	text-align: left;
}

#menu_lateral {
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
	width: 190px;
	min-height: 500px;
 background-color: #003399;
  	/* border: 1px #ccc solid; */
}

* html #menu_lateral {
	height: 500px;
}

#contenido_unico {

	padding: 0px 0px 0px 0px;
  	margin: 0px 0px 0px 0px;
 	/* margin-left: 185px;*/
  	min-height: 500px;
  	width: 770px;
  	/* border: 1px solid #ccc; */
  	background: #ECE9D8 url("../images/contenido_unico_fondo.png") top center repeat-y;
}

* html #contenido_unico {
	height: 500px;
}

#contenido_unico_top {
	float: left;
	padding: 0px 0px 0px 0px;
  	margin: 10px 0px 0px 0px;
 	/* margin-left: 185px;*/
  	height: 10px;
  	width: 580px;
  	/* border: 1px solid #ccc; */
  	background: #FFF url("../images/contenido_unico_top.png") bottom center no-repeat;
}

#contenido_unico_bottom {
	float: left;
	padding: 0px 0px 0px 0px;
  	margin: 0px 0px 10px 0px;
 	/* margin-left: 185px;*/
  	height: 10px;
  	width: 580px;
  	/* border: 1px solid #ccc; */
  	background: #FFF url("../images/contenido_unico_bottom.png") top center no-repeat;
}

#contenido_mixto {
	float: left;
	padding: 0px 0px 0px 0px;
	margin:3px 3px 5px 2px;
 	/* margin-left: 185px;*/
	min-height: 300px;
	width: 415px;
	border: 1px solid #ccc;
	background: #E1E1E1;
}

#lateral_derecho {
	float: left;
	padding: 0px 0px 0px 0px;
	margin:3px 0px 5px 2px;
 	/* margin-left: 185px;*/
	min-height: 300px;
	width: 160px;
	border: 1px solid #ccc;
	background: #E1E1E1;
}

#pie {
	width: 770px;
	height: 40px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	background: #EA9D2C url("../images/pie.png") top left repeat-x;
	/* border: 1px solid #ccc; */
	clear: both;

}

#pie_datos {
	width: 770px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	/* background-color: #E1E1E1; */
	/* border: 1px solid #ccc; */
	clear: both;

}

/***** [/MAQUETACION] ******/
/* ===== CAJAS ===== */
.caja_100 {
float: left;
width: 99.5%;
/* border: 1px solid #FFF; */
margin: 1px 0px 1px 1px;
padding: 0px 0px 0px 0px;
/* background-color: #ccc; */
}

.caja_50 {
float: left;
width: 49.5%;
/* border: 1px solid #FFF; */
margin: 1px 0px 1px 1px;
padding: 0px 0px 0px 0px;
/* background-color: #ccc; */
}

.caja_noticias_top {
width: 177px;
height: 13px;
margin-left: auto;
margin-right: auto;
background: #003399 url("../images/cuadro_noticias_top.png") bottom left no-repeat;

}
.caja_noticias_bottom {
width: 177px;
height: 13px;
margin-left: auto;
margin-right: auto;
background: #003399 url("../images/cuadro_noticias_bottom.png") top center no-repeat;

}

.caja_noticias_fondo {
width: 177px;
margin-top: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
background: #003399 url("../images/cuadro_noticias_fondo.png") top center repeat-y;
text-align: left;
font-size: 9px;
}
.caja_contenedora {
margin: 0px 0px 0px 20px;
padding: 0px 0px 0px 0px;
/* border: 1px solid #000; */
width: 540px;
text-align: left;
}






/* ===== FIN CAJAS ===== */
/* ===== Enlaces ===== */
a.enlace_rojo {
color: red;
text-decoration: none;
}
a.enlace_rojo:hover {
color: red;
text-decoration: underline;
}
a.enlace_menu {
color: #FFF;
text-decoration: none;
}
a.enlace_menu:hover {
color: #CCC;
text-decoration: none;
}

a.enlace_normal {
color: #000;
text-decoration: none;
}
a.enlace_normal:hover {
color: #000;
text-decoration: underline;
}

a.enlace_volver {
color: #006633;
font-weight: bold;
font-size: 18px;
text-decoration: none;
}
a.enlace_volver:hover {
text-decoration: underline;
}
/* ===== Fin Enlaces ===== */
/* ===== TEXTOS ===== */
.verdana9px_bl {
font-family: verdana;
font-size: 9px;
color: #fff;
}
.verdana10px_bl {
font-family: verdana;
font-size: 10px;
color: #fff;
}
.verdana10px_ne {
font-family: verdana;
font-size: 10px;
color: #000;
}
.verdana12px_ne {
font-family: verdana;
font-size: 12px;
color: #000;
}
.pie_pagina {
float: left;
font-size: 9px;
color: #FFF;
font-weight: bold;
}
.texto_menu {
color: #fff;
font-weight: bold;
font-family: verdana;
padding: 14px 0px 0px 5px;
}
/* ===== FIN TEXTOS ===== */
.tabla_acceso {
border-top: 2px solid #999;
border-left: 2px solid #999;
border-bottom: 2px solid #ccc;
border-right: 2px solid #ccc;
}
