/* CSS Document */
body {
	background-image: url(../imagen/fondo.gif);
}

/*-- Centra todo y muestra el borde blanco --*/

#borde{
	width: 790px;
	height: auto;
	background-color: #FFFFFF;
	padding-top:10px;
	padding-left:10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	cursor: default;
}

#contenedor{
	text-align: center;
	width: 780px;
	height: auto;
	padding-bottom:5px;
}

#contenedor_chico{
	text-align: center;
	width: 350px;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#contenedor_chico_left{
	text-align: left;
	width: 400px;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#contenedor_medio_left{
	text-align: left;
	width: 450px;
	height: auto;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

/*-- Encabezado --*/

#cabecera{
	height : 90px;
	width: 780px;
	margin: 0px;
}

/*-- Menu Bajo Encabezado --*/

#navegador{
	height: 15px;
	width: 760px;
	margin: 0px;
	background-image:url(../imagen/menu_sup.gif);
	background-repeat:repeat-x;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#calendario{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:  #FFFFFF;
	width: 210px;
	float: left;
	text-align:left;
}

#botones_horizontal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	width: 540px;
	cursor: default;
	height: auto;
	float:right;
	font-weight: bold;
}

#botones_horizontal a {
	color:#FFFFFF;
	text-decoration:none;
}

#botones_horizontal a:hover {
	text-decoration:underline;
}

/*-- Cuerpo Principal --*/

#cuerpo{
	height: auto;
	width: 780px;
	margin-top:20px;
}

#izquierda{
	text-align:left;
	width: 166px;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
}

#derecha{
	text-align:left;
	width: 600px;
	height: 100%;
	float: right;
}

#fotos{
	width: 600px;
	height: 190px;
}

#contenido{
	width: 500px;
	height: auto;
	margin-top: 40px;
	margin-left: 5px;
}


/*-- Menu Vertical Izquierdo --*/

#menu_izquierda {
	width:160px;
	height: 150px;
	margin-left: 5px;
}

#menu_izquierda a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6F6F6F;
	text-decoration:none;
	display: block;
	width: auto;
	height: 22px;
	padding-top: 8px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-color:#DBDBDB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#menu_izquierda a:hover {
	display: block;
	color:#666666;
}

#coloramarillo {
	width: 158px;
	height: 30px;
	float:left;
	background-image: url(../imagen/amarillo.jpg);
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#colorazul {
	width: 158px;
	height: 30px;
	float:left;
	background-image: url(../imagen/azul.jpg);
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#colorrojo {
	width: 158px;
	height: 30px;
	float:left;
	background-image: url(../imagen/rojo.jpg);
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#colorverde {
	width: 158px;
	height: 30px;
	float:left;
	background-image: url(../imagen/verde.jpg);
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#buscar {
	width: 158px;
	height: 30px;
	float:left;
	padding: 0px;
	margin-top: 25px;
}

#caja {
	margin-top:70px;
	width:166px;
	height: auto;
	margin-left: 5px;
}

#cajainterior {
	margin-top:10px;
	height: auto;
}

#celdas {
	width:160px;
	height: 16px;
	padding-top:5px;
	padding-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#pie{
	margin-top:25px;
	width: 780px;
	height: auto;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336499;
	font-weight: bold;
	text-decoration: none;
	clear: left;
}

.texto_claro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

/*-- Ventanas Emergentes --*/

#ventana {
	width:480px;
	height: auto;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 0px;
}

#ventana_titulo {
	background-image:url(../imagen/menu_sup.gif);
	background-repeat:repeat-x;
	width:auto;
	height: auto;
	margin:0px;
	padding-top:5px;
	padding-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
}

.texto_justificado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding: 5px;
	margin-top: 10px;
}

.descarga {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004078;
	font-weight: bold;
	text-decoration: none;
	text-align:center;

}

.descarga_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004078;
	font-weight: bold;
	text-decoration: none;
	text-align:left;

}

.descarga_grande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004078;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
}

.mensage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}

.mensage_chico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	text-align: center;
	font-weight: normal;
}

/* ----- 28/04/2009 ------ */

/* TABLAS y CONTENEDORES */

div.tabla
{
	clear: none;
	overflow: auto;
}

div.fila
{
	clear: both;
}

div.col
{
	float: left;
	padding: 5px;
	border-color: #CCCCCC;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

div.cel_titulo /* celdas titulos */
{
	font-weight:bold;
	float: left;
	padding: 5px;
	border-color: #CCCCCC;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
}

div.esp_hor25 /* espacio horizontal */
{
	height:25px;
	clear:left;
}

div.esp_hor15 /* espacio horizontal */
{
	height:15px;
	clear:left;
}

/* TEXTOS y PARRAFOS */

.texto1 /* texto normal */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
}

.link {color: #336699;font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; float:right}