/* CSS Document */


/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tfoot, thead,  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}





a img, iframe {
	border: none;
	
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }



/* 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; }


/* clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */





/* INDEX */


body {
	background-image:url(../imagenes/fondo.jpg);
	padding-bottom:30px;
}







div#botonera {
	margin-bottom:10px;	
	
}



div#botonera a {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	margin-right:3px;	
	margin-left:3px;
	padding-left:15px;
	padding-right:15px;
	padding-top:1px;
	padding-bottom:1px;
}

div#botonera a.bt1 {
	background-color:#FF0099;
}

div#botonera a.bt2 {
	background-color:#666666;	
}


div#textos_arriba {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#800273;
	width:700px;
	font-weight:bold;
	margin-top:20px;
	
}



ul#listado-chicas {
	margin-top:20px;
	margin-bottom:30px;
	overflow:hidden;
	margin-left:5px;
	text-align:left;
}

html* ul#listado-chicas {
margin-left:50px;

}

ul#listado-chicas li{

	background-image: url(../imagenes/fondo-marco1.gif);
	background-repeat: no-repeat;
	width: 206px;
	height: 242px;
	float:left;
	overflow:hidden;
	
}

ul#listado-chicas li img.marco{
	border: 1px solid #cf81cb;
}




ul#listado-chicas li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
	margin-top:6px;
	margin-left:22px;
	text-align:left;
	width:139px;
	height:15px;
	overflow:hidden;

	
}

ul#listado-chicas li div.idiomas {
	margin-top:12px;
	margin-left:22px;
}

ul#listado-chicas li div.idiomas img{
	margin-right:1px;
	
}



div#textos_abajo {
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#000;
	
	
}

div#pie {
	width:600px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#b30058;
	margin-bottom:20px;
}

div#pie a{
	color:#b30058;
}


/* PAGO */

div#pago {
	width:680px;
	margin-bottom:50px;
	margin-top:70px;
}

div#chica-pago {

	background-image: url(../imagenes/fondo-marco1.gif);
	background-repeat: no-repeat;
	width: 206px;
	height: 242px;
	float:left;
	margin-bottom:20px;
	overflow:hidden;
	
}

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:#000;
	margin-top:6px;
	margin-left:22px;
	text-align:left;
	width:139px;
	height:15px;
	overflow:hidden;
}

div#chica-pago div.idiomas {
	margin-top:12px;
	margin-left:22px;
}

div#chica-pagoi div.idiomas img{
	border: 1px solid #cf81cb;	
}

div#chica-pago div.bt-entrar {

}