body {
	background-color:#ffffff;
}

ul#listado-chicas {
	margin: 0 auto;
	margin-bottom:10px;
	width:165px;
	height:1725px;
	padding:0px;
	list-style:none;
	overflow:hidden;


}

ul#listado-chicas li{

	background-image:url(/images/vayaculos/marco-listado.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 168px;
	margin-bottom:5px;
	overflow:hidden;
	display:inline;
	float:left;

}

ul#listado-chicas li.ultimo{
	margin-right:0;
}

ul#listado-chicas li img.marco{
	border: 1px solid #fff;
}


ul#listado-chicas li .ftchica {
	text-align:center;
	margin-top:35px;
}


ul#listado-chicas li p.nombre {
	font-family:Arial, Helvetica, sans-serif;

	font-size:11px;
	color:#fff;
	margin: 0 auto;
	text-align:center;
	margin-top:4px;
	width:138px;
	height:15px;
	overflow:hidden;

}


