/* CSS Document */

body {
	background-image: url(images/fondo.jpg);
}

.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.texto_normal_resaltado {
	font-weight: bold;
	color: #02ABD4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tablaEtiqueta{
	font-family: Arial, Helvetica, sans-serif;

	color: #FFFFFF;

	font-weight: bold;

	font-size: 10pt;
	background-color: #02ABD4;

}
.tablaDato{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #02ABD4;
	font-weight: bold;
	text-align: left;
	background-color: #F7F7F7;
}
.boton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #02ABD4;
	font-weight: bold;
}

.textoCreditos{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

/* DIVS */
#div_top{
	background-image: url(images/banner_top.jpg);
	height: 250px;
	width: 850px;
	position: relative;
	background-repeat: no-repeat;
	background-position: bottom;
	
}




#div_medio{
	width: 850px;
	background-image: url(images/fondo_medio.jpg);
	background-repeat: repeat-y;
	top: -16px;		
	position: relative;
	min-height:400;	
	
}

* html #div_medio{
	width: 850px;
	background-image: url(images/fondo_medio.jpg);
	background-repeat: repeat-y;
	position: relative;
	top: 0px;		
	min-height:400;	
	
}

*:first-child+html #div_medio{
	width: 850px;
	background-image: url(images/fondo_medio.jpg);
	background-repeat: repeat-y;
	position: relative;
	top: 0px;		
	min-height:400;	
	
}

#div_medio_menu{
	width: 200px;
	float:left;
	text-align: right;
	position:relative;
	min-height:400;	

}


#div_medio_contenido{
	width: 475px;
	background-color: #00ACD4;
	float:left;
	position:relative;
	min-height:400;	
	
}

#div_medio_contenido_top{
	width: 475px;
	background-image: url(images/marco_contenido_top.jpg);
	background-repeat: no-repeat;
	height: 33px;
}
#div_medio_contenido_medio{
	width: 475px;
	background-image: url(images/marco_contenido_medio.jpg);
	background-repeat: repeat-y;
	position: relative;
	top: -20px;		
	min-height:400;	
	
}

#div_medio_contenido_bottom{
	width: 475px;
	background-image: url(images/marco_contenido_bottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
	position: relative;
	top: -40px;
	background-color: #02ABD4;
}
#div_medio_benners{
	position:relative;
	min-height:400;
	width: 120px;
	left: -10px;
}


#div_bottom{
	width: 850px;
	background-image: url(images/fondo_bottom.jpg);
	height: 79px;
	position: relative;
	top: -35px;
}
h1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #02ABD4;
}
