/* Estilos para la sección De un vistazo */

div#vistazo_cont_vistazo {
	margin:0px auto;
	text-align:left;
	overflow:hidden;
	padding-top:10px;
}

#vistazo_cont_vistazo h2 {
	background-color:#E6E6E6;
	color:#666666;
	font-size:1.6em;
	margin:0px auto;
	margin-bottom:10px;
	margin-top:0px;
	padding:5px;

}

div.vt_foto_wrapper{
	overflow:hidden;
	width:33.25%;
	float:left;
	margin-bottom:15px;
	text-align:center;
}

div.vt_cont_foto {
	width:232px;
	height:160px;
	overflow:hidden;
	margin:0 auto;
}

img.vt_foto_img{
	border:none;
}

div.vt_foto_tit {
	font-size:1.1em;
	margin:0 auto;
	text-align:left;
	background-color:#666666;
	width:232px;
}

p.vt_foto_tit_txt {
	color:#ffffff;
	margin:0;
	padding:10px;
	text-transform:capitalize;
}

div.vt_foto_wrapper.izq {
	float:left;
	width:33.4%;
}

div.vt_foto_wrapper.cen {
	float:left;
	width:33.4%;
}

div.vt_foto_wrapper.der {
	float:right;
	width:33%;
}

div.fila {
	margin-bottom:10px;
	overflow:hidden;
	width:100%;
}