.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el Aoltimo elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}

body{
	background-image:url(../imagenes/bg_fondo_.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px;
}
.container{
	width:878px;
	margin:auto;
}
.contenido{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:190px;
	
}
.contenido h2{
	margin:0px;
	color:#4C7497;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.subtitle{

	margin:0px;
	margin-top:5px;
	color:#6B6A68;
	font-weight:bold;
	text-align:center;
	
}
.lista{
	list-style:none;
}
.contenido h1{
	margin:0px;
	margin-bottom:60px;
	margin-top:45px;
	color:#4C7497;
	font-size:19px;
	font-weight:bold;
	text-align:center;
}
.bton{
	background-image:url(../imagenes/bton.png);
	background-repeat:no-repeat;
	width:301px;
	height:37px;
	margin-top:18px;
}
.bton a{
	display:block;
	padding-left:41px;
	width:260px;
	height:26px;
	padding-top:11px;
	color:#424242;
	text-decoration:none;
	font-weight:bold;
}
.info_marsol{
	background-image:url(../imagenes/linea_blanca.png);
	background-repeat:no-repeat;
	background-position:center;
	height:147px;
}
.info{
	width:437px;
	
}
.info p{
	margin:0px;
	margin-bottom:4px;
	color:#FFFFFF;
	float:none;
	font-size:17px;
	font-weight:bold;
	background-image:url(../imagenes/puntoblanco.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:19px;
}
.info span{
	color:#01325B;
	font-size:18px;
}

.pdf{
	width:370px;
	float:right;
	padding-left:68px;
}
.pdf h3{
	color:#FFFFFF;
	margin:0px;
	margin-bottom:8px;
	font-size:17px;
	font-weight:bold;
}

.posicionamiento{
	text-align:center;
	padding-top:30px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:20px;
}
.posicionamiento a{
	text-decoration:none;
	color:#FFFFFF;
	margin-right:4px;
}