/* CSS Document */

body{
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/fondo.jpg);
	background-repeat: repeat-x;
}

h1{
	margin: 0px;
	padding: 0px;
	font-size: 14px;

}

h2{
	font-size: 11px;

}


/* CLASES PROPIAS */

.texto_centrado{
	text-align: center;
}

.textoNormalGris{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f7f7f;
}
.textoGrandeGris{
	color: #9a9a9a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.textoDestacadoNegro{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.textoNormalnegro{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


.textoNormalRojo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #990033;
}

.textoInterno{
	padding-top: 3px;
	padding-bottom: 3px;
}

.textoCreditos, .textoCreditos a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

 .textoCreditos a:hover{
	color: #CCCCCC;
}

.marcotexto{
	background-color: #F6F6F6;
	text-align: justify;
	padding: 10px;
	margin-top: 20px;
}
.c5{
	color:#ef6d00;
}




#menu_home {
	width: 230px;
	border-style: solid solid none solid;
	border-color: #BCD2E6;
	border-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	}
	
#menu_home ul{

	list-style: none;
	margin: 0;
	padding: 0;
}
	
#menu_home li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu_home li a:link, #menu_home li a:visited {
	color: #003366;
	display: block;
	padding: 8px 0 0 10px;
	background-image: url(../images/menu3.gif);
	}
	
#menu_home li a:hover {
	color: #003399;
	padding: 8px 0 0 10px;
	background-image: url(../images/menu3.gif);
	background-position: 0px -32px;
	text-decoration: underline;
	}




.div_separador{
	float: left;
	height: 20px;
	width: 100%;
}

#div_fecha{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: right;
	font-size: 10px;
	padding-right: 50px;
	padding-top: 5px;
}



/* DIVS */
.div_centrado{
	margin-right: auto;
	margin-left: auto;
	width: 767px;
}
#div_todo{
	width: 767px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEEE;
	float: left;
}

#div_top{
	font-weight:bold;
	text-align: center;
	font-style: italic;
	color: #FFFFFF;
	background-color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding: 4px;
}

#div_banner{
}

#div_izquierda{
	background-color: #EEEEEE;
	float: left;
	width: 230px;
	padding-left: 5px;
}

#div_derecha{
	background-color: #FFFFFF;
	float: right;
	width: 510px;
	padding-left: 10px;
	padding-right: 10px;
}

#div_pie{
	width: 767px;
	float:left;
	background-color: #6C6F80;
	height: 20px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-top-color: #294A7B;
	border-right-color: #294A7B;
	border-bottom-color: #294A7B;
	border-left-color: #294A7B;
	padding-top: 20px;
}

#div_pie_izquierdo{
	float: left;
	width: 100px;
}

#div_pie_derecho{
	float: right;
}
