/* CSS Document */

*{
	margin: 0px;
}


/*
Listado
*/

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }


ul#listado-chicas {
	width:194px;
}


ul#listado-chicas li{
	background-image: url(/images/relaxgolden/fondo-marco.gif);
	background-repeat: no-repeat;
	width: 194px;
	height: 178px;
	padding-top:25px;
	overflow:hidden;
	margin-bottom:8px;	
	
	
}

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



ul#listado-chicas li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin-bottom:6px;
	margin-top:8px;
	width:160px;
	height:15px;
	overflow:hidden;

	
}


ul#listado-chicas li div.idiomas img{
	margin-right:1px;
	margin-left:1px;
	
}


