/* ESTILOS GENERALES  */

.clear	{
	clear:both;
}


/*  ZONA IZQUIERDA  */

.menu1_off	{
	float:left;
	width:187px;
	padding:4px;
	text-align:left;
	font-family:trebuchet Ms, Verdana, Arial;
	color:white;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:1px solid #6AC8D6;
}
.menu1_off:hover	{
	background-color:#005281;
}

.menu1_on	{
	float:left;
	width:187px;
	padding:4px;
	text-align:left;
	font-family:trebuchet Ms, Verdana, Arial;
	color:white;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	background-color:#015381;
	border-bottom:1px solid #6AC8D6;
}


.menu2_off	{
	float:left;
	width:229px;
	padding-left:8px;
	padding-bottom:4px;
	font-family:Verdana, Arial;
	color:#C4F0F4;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.menu2_off:hover	{
	color:#ffffff;
}

.menu2_on	{
	float:left;
	width:229px;
	padding-left:8px;
	padding-bottom:4px;
	font-family:Verdana, Arial;
	color:#47EAF9;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

.menu3_posicion	{
	font-family:Verdana, Arial;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
	margin-left:10px;
}

.menu3_off	{
	width:480px;
	font-family:Verdana, Arial;
	color:#fff;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}

.menu3_off:hover	{
	text-decoration:underline;
}

.menu3_on	{
	font-family:Verdana, Arial;
	color:#008194;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}



/* TEXTOS  */



.texto1	{
	font-family:century gothic, Trebuchet MS, Arial;
	font-size:20px;
	font-weight:bold;
	color:#6396B3;
	}

.texto2	{
	font-family:century gothic, Trebuchet MS, Arial;
	font-size:16px;
	font-weight:bold;
	color:#AEC0CB;
	}

.texto3	{
	font-family:Verdana, Arial;
	font-size:11px;
	font-weight:normal;
	color:#7F9DB9;
	}
.texto4	{
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	line-height:18px;
	}
.texto5	{
	font-family:Trebuchet MS, Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	color:#666;
	line-height:15px;
	text-align:justify;
	}

.titulo	{
	font-family:Century gothic, Trebuchet MS, Arial;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	padding-left:10px;
	padding-bottom:0px;
	margin:0px;
}

.pie	{
	font-family:trebuchet ms, arial narrow;
	font-size:11px;
	font-weight:normal;
	color:#888888;
	text-decoration:none;
	}

.pie2	{
	font-family:trebuchet ms; verdana, arial;
	font-size:10px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	padding-top:1px;
	}


.ruta	{
	font-family:Verdana, Arial;
	color:#999999;
	font-size:10px;
	font-weight:normal;
}

	.ruta:hover	{
		color:#000;
}
