/* Imagen ppal */

.imagen_ppal {
	float:left;
	width: 920px;
	height: 220px;
	background-color: #d3d3d3;
	margin-top: 20px;
	margin-left: 20px;
}


.linea_cont_1 {
position: relative;
float: left;
margin-top: 20px;
margin-left: 20px;
}


/* Secciones cajas 1 */

.caja_seccion {
position: relative;
float: left;
margin-right: 12px;
width: 221px;
height: 142px;
background-image: url(img_index_v1/fondo_1.png);
}

.caja_seccion img.titulo {
position:absolute;
top: 10px;
left: 10px;

}

.caja_seccion p {
position:absolute;
top: 40px;
left: 10px;
width: 190px;
height: 55px;
font-size: 11px;
line-height: 14px;
}

.caja_seccion img.btn {
position:absolute;
bottom: 10px;
right: 10px;
width: 65px;
height: 10px;
font-size: 11px;
line-height: 15px;
}

/* Secciones cajas 2 */

.caja_seccion_2 {
position: relative;
float: left;
margin-right: 12px;
width: 452px;
height: 142px;
background-image: url(img_index_v1/fondo_2.png);
}

.caja_seccion_2 img.titulo {
position:absolute;
top: 20px;
left: 20px;

}

.caja_seccion_2 p {
position:absolute;
top: 50px;
left: 20px;
width: 270px;
height: 55px;
font-size: 11px;
line-height: 14px;
}

.caja_seccion_2 img.btn {
position:absolute;
bottom: 20px;
right: 140px;
width: 65px;
height: 10px;
font-size: 11px;
line-height: 15px;
}

.caja_seccion_2 img.foto {
position:absolute;
bottom: 2px;
right: 1px;
}

/* Caja aliados */
.sitios_aliados {
float: left;
width: 920px;
height: 30px;
background-image: url(img_index_v1/fondo_3.png);
color:#595959;
margin-left: 20px;
margin-top: 20px;
}

.sitios_aliados p {
font-size:11px;
text-align: center;
margin-top: 8px;
white-space: pre;
}

.sitios_aliados a {
color:#595959;	
}
