/*--------------------------------------------------------------------------------
									estilos generales
--------------------------------------------------------------------------------*/
* {
	background-repeat: no-repeat;
	background-position: center;

}
body {
	background-color: #FFFFFF;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	float: inherit;
	margin: 0px;
	background-image: url(../img/fondo_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 16px;
}

img {
	border: 0;
}
a:link {
	text-decoration: none;
	color: #000066;
}
a:visited{
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}
.cnt {
	width: 955px;
	margin: 0 auto;
}

.pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: fixed;
	text-align: right;
	top: 620px;
}
.titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 4px;
	line-height: normal;
}
.textoSecion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 20px;
	width: 480px;
	line-height: 18px;
	overflow: visible;
	clear: none;
	float: left;
}
.titularG {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #47566B;
	margin-top: 100px;
	margin-bottom: 8px;
	line-height: normal;
	text-align: right;
	font-style: italic;
}
.navegador {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #617593;
	list-style-position: outside;
	list-style-image: url(../img/bolo.png);
	list-style-type: circle;
	margin-right: 10px;
}
.navegadorPOSI {
	margin-left: 500px;
	background-color: #ECEFF2;
	padding: 8px;
}
.textoPortada {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	padding: 15px;
	width: 280px;
	margin-top: 360px;
	height: auto;
	float: left;
}
.logo {
	overflow: hidden;
	display: block;
	position: relative;
	clear: both;
	float: left;
	height: auto;
	width: auto;
}
.fotoPortada {
	color: #617593;
	width: 300px;
	margin-left: 330px;
	margin-top: 70px;
	float: none;
	clear: none;
	height: auto;
}
.destacadosPortada {
	color: #FFFFFF;
	float: none;
	position: absolute;
	margin-left: 670px;
	height: auto;
	overflow: visible;
	top: 250px;
	width: auto;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
.destacadosSeccion {
	color: #FFFFFF;
	float: none;
	margin-left: 550px;
	top: 250px;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin-top: 50px;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.suscribir {
	background-color: #CBD2DB;
	border: thin dotted #617593;
}
