@charset "utf-8";
/* CSS Document */

body {
	background:#6E8288;
	font:8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contenedor{
	text-align: justify;
	width:900px;
	background-color:#fff;
	margin:auto;
	text-decoration: none;
}

#cabecera{
	height:230px;
	width:900px;
	text-decoration: none;
}

#navegador{
	list-style-type: none;
	text-align: center;
	font-family: Helvetica, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:15px;
	text-decoration: none;
	font-weight:bold;
	vertical-align: middle;
	word-spacing: 5px;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	height: 50px;
	color: #5383A4;
	background-image: url(images/bg-navegacion.png);
	background-repeat: no-repeat;
}
#navegador .selected{
	color:#FFF;
	font-weight: normal;
	text-decoration: none;
}

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{
	color:#B0CFDF;
	text-decoration: none;
}
A.enlacenav:HOVER{
	color:#fff;
	text-decoration: none;
}

A.enlacenavTango, A.enlacenavTango:VISITED, A.enlacenavTango:ACTIVE, A.enlacenavTango:FOCUS, A.enlacenavTango:LINK{
	color:#FF0;
	text-decoration: none;
}
A.enlacenav:HOVER{
	color:#fff;
	text-decoration: none;
}

A.enlacenav seleccionado{
	color:#fff;
}
#cuerpo{
	width:900px;
	padding:20px 0px 20px 0px;
	background-color:#ffffff;
	color:#306396;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	background-attachment: scroll;
	background-image: url(images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#cuerpo H1{
	font-size:21pt;
	color:#306396;
}
#cuerpo H2{
	font-size:14pt;
	color:#306396;
}

#cuerpo p{
	font-size:10pt;
	color:#1D4566;
	white-space: normal;
	margin-right:10px;
}

#graficos{
	width:300px;
	background-color:#fff;
	float:left;
	text-align: center;
	vertical-align: middle;
}

#ficha {
	width:200px;
	background-color:#fff;
	float:left;
	color:#26547A;
	margin-left:30px;
}

#infoTexto{
	width:580px;
	float:right;
	margin-right: 20px;
}
#infoTexto .small{
	font-size:8pt;
	padding-left:5px;
}

#infoTexto .small{
	font-size:8pt;
	padding-left:5px;
}

#construction{
	width:900px;
	height:300px;
	text-align:center;
	vertical-align:middle;
	padding-top: 50px;
	background-image:url(images/construction.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed
}

#navabajo{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color:#FFF;
	color: #666;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
A.smallnav, A.smallnav:VISITED, A.smallnav:ACTIVE, A.smallnav:FOCUS, A.smallnav:LINK{
	color:#666;
	text-decoration: none;
}
A.smallnav:HOVER{
	color:#000;
	text-decoration: none;
}

#pie{
	clear:both;
	color:#fff;
	text-align:right;
	background-color: #6E8288;
}

#subNavegador{
	list-style-type: none;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: 2px;
	background-color: #BAD5E2;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#000;
}
#subNavegador .selected{
	color:#26547A;
	font-weight: normal;
	text-decoration: none;
}

A.enlaceSubNav, A.enlaceSubNav:VISITED, A.enlaceSubNav:ACTIVE, A.enlaceSubNav:FOCUS, A.enlaceSubNav:LINK{
	color: #000;
	text-decoration: none;
}
A.enlaceSubNav:HOVER{
	color:#26547A;
	font-weight: normal;
	text-decoration: none;
}

#endor {
	background-color: #BAD5E2;
}

#housing{
	width:700px;
	float:right;
	margin-right:60px;
	text-align:center;
}
#housing .text{
	text-align:left
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
}


