/* CSS Document */

/*
Todo el texto de todo el texto
*/

.textos_cuerpo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textos_cuerpo a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.textos_cuerpo a:active, .textos_cuerpo a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}


#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(imgs_html/fondo_headr.jpg);
	background-repeat: repeat-x;
	width: 891px;
	top: 0px;
	position: relative;
}
/****************************
BOTON HOME
*****************************/
#btn_home a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(imgs_html/btn_gris.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 45px;
	position: absolute;
	top: 0px;
	right: 15em;
	text-decoration: none;
	background-position: center;
	display: block;
	border: none;
}
#btn_home a:hover, #btn_home a:focus, #btn_home a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #023CA5;
	text-decoration: none;
	position: absolute;
	
}

/* ****************************
BOTON MAPA
*********************************/


#btn_mapa a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(imgs_html/btn_gris.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 45px;
	position: absolute;
	top: 0px;
	right: 10em;
	text-decoration: none;
	background-position: center;
	display: block;
}
#btn_mapa a:hover, #btn_mapa a:focus, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #023CA5;
	text-decoration: none;
	
}

/*****************
barra verde
************************************/
#barraverde {
	height: 24px;
	width: 891px;
	background-image: url(imgs_html/barra_verde.gif);
	background-repeat: repeat;
	position: absolute;
	top: 5.5em;
}

/**************************************
Area de soporte
**************************/
#soporte a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(imgs_html/soporte_img.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 60px;
	position: absolute;
	top: 0px;
	right: 3em;
	text-decoration: none;
	background-position: center;
	display: block;
}
#soporte a:hover, #soporte a:focus, a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #033A9E;
	text-decoration: none;
	
}

.imagen{
	width: 792px;
	height: 115px;
	right: -50px;
	position: relative;
	left: 50px;
}
/*
Fondo del cuadro de texto del index 
********************************************/

#cuadrotexto_index {
	height: 104px;
	width: 737px;
	top: 542px;
	position: absolute;
	left: 30px;
	border: 0px none;
}
#texto_index {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F1F0EB;
}
#texto_index a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #99FF00;
}

/************************************
textos verdes de los titulos
 ******************************** 
*/
.titulos_textos_cuerpo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
