/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.nav {
	text-align: left;
	color: 	#7D8085;
	padding: 20px 0 0 0px;
	width: 180px;
	font-family: Eurostile;
	font-size: 13px;
}
.nav li {
	font-weight: bold;
	margin: 5px 0 5px 0px;
	padding: 0px 0 0 0px;
	border-bottom: 1px solid #ccc;
	height: 25px;
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: left;
}
.nav li a { color: #546078; text-decoration: none;  padding: 5px 0 0 10px; display: block; height: 25px;}
.nav li a:hover { color: #FFF; text-decoration: none; background: #000066; display: block; height: 25px;}
.texto {
	/*font-family: "Trebuchet MS";*/
    font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
	text-align:justify; 
}
.texto a {
	color: #333333;
	text-decoration: underline;
}
.texto a:hover {
	color: #999999;
	text-decoration: underline;
}


ul { margin: 0 0 0px 0; padding : 0; list-style : none; }
li { 	margin: 0 0 2px 0; padding: 0 0 0 0px;	color: #555; }
.titulos {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #003399;
	font-weight: bold;
}
.subtitulo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.subtitulo a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
}

.subtitulo_seleccionado {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
}
.texto.volver {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.subtitulo2  a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	padding-left: 20px;
}
.subtitulo_seleccionado2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	padding-left: 20px;
}
.subtitulo2   a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;
	padding-left: 20px;
}
.rectangle {
width: 270px; height: 330px;
border-left-style: solid;
border-width:2px;
border-color: #008888
}
.footer {
	/*font-family: "Trebuchet MS";*/
    font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 10px;
	text-align:center; 
	}