html{height:100%;}
body{
background-color:#eceef1;	
}

/* Fuentes
------------------------*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}

#menu{
	margin-left:35px;	
}

#menu ul {  
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	height:28px;
	float:left;
	margin-right:28px;
	cursor:pointer;
}

#menu li:hover {
	background-image: url(../images/flecha_menu.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.current_menu{
	background-image: url(../images/flecha_menu.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.clase_texto_01{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:25px;	
	color:#838a90;
	line-height:20px;
	position:absolute;
	width:355px;
	display:none;

}
.clase_texto_01 ul{
	padding-left:20px;
}

.clase_texto_01 li{
	color:#144881;
}

.current_text_01{
	
}

.azul{
	color:#144881;
}

.clase_texto_02{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:25px;
	color:#838a90;	
	line-height:20px;
	position:absolute;
	width:395px;
	display:none;
	
}
.current_text_02{
	
}
.clase_texto_02 ul{
	padding-left:10px;
	padding-top:0px;
	margin:0px;
}

.clase_texto_02 li{
	color:#144881;
	padding-top:0px;
}

.gris{
	color:#838a90;
}

#face_01{
	width:789px;
	height:588px;
	position:absolute;
	background-image:url(../images/face_01.jpg);
	background-repeat:no-repeat;
}
