﻿
ol, ul {
	list-style: none;
}

a img, iframe {
	border: none;
	
}

/* LAYOUT TOOLS */

.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 {
	margin-top:20px;
	margin-left:19px;
	margin-bottom:20px;	
}

ul#listado-chicas li{

	background-image: url(imagenes/fondo-marco1.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 207px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
	
}

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:8px;
	margin-top:20px;
	margin-left:28px;
	text-align:left;
	width:139px;
	height:15px;
	overflow:hidden;

	
}

ul#listado-chicas li div.idiomas {
	display:inline;
	margin-top:8px;
	margin-left:11px;
	width:95px;
	height:20px;
		
}

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

ul#listado-chicas li div.bt-entrar {
	margin-right:6px;
	margin-top:5px;
	display:inline;
}


/* PAGO */

div#pago {
	width:680px;
	margin-bottom:30px;
	margin-top:40px;
}

div#chica-pago {

background-image: url(imagenes/fondo-marco1.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 207px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
	
}

div#chica-pago img.marco{
	border: 1px solid #fff;
}



div#chica-pago p.nombre {
font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin-bottom:8px;
	margin-top:20px;
	margin-left:28px;
	text-align:left;
	width:139px;
	height:15px;
	overflow:hidden;
}

div#chica-pago div.idiomas {
	margin-top:8px;
	margin-left:10px;
	height:20px;
}

div#chica-pago div.idiomas img{
	margin-right:1px;	
}

div#chica-pago div.bt-entrar {
margin-right:10px;
	margin-top:5px;
	display:inline;
}

