/* 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, tbody, tfoot, thead, tr, th, td {
	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;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

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; }
/*


/* INDEX */


html, body { font:11px Tahoma, arial; margin:0px; padding:0px; height:100%; background:url(../imagenes/fondo_prin.gif) center 0 ; }


#fondo_contenedor { width:100%; height:100%; background:url(../imagenes/fondo.gif) center 0 repeat-x; }
#contenedor { width:958px; margin:auto; padding-bottom:20px;}

	#cabecera { background:url(../imagenes/fondo_cabecera.jpg) 0 0 no-repeat; width:959px; height:82px; padding:139px 4px 0 0; }
	
		#publi1{ width:530px; height:60px; float:right; margin-right:4px; color:#FFFFFF; font-size:12px; text-align:justify;}
	
	#menu { width:958px; height:40px; background:url(../imagenes/fondomenu.gif) 0 0 no-repeat; margin:auto;}


		#menu ul { margin:0px; float:right; padding-top:5px;}
		#menu li { list-style:none; float:left; padding:8px 26px 0px 10px; height:15px; font-weight:bold; font-size:12px;}
		#menu li a { color:#979797; }
		#menu li a:hover { color:#FF3300; }
		
	#cuerpo { width:958px; margin-top:15px; background-image:url(../imagenes/fondo-cuerpo.gif); }







ul#listado-chicas {
	margin-top:20px;
	margin-bottom:20px;
	width:800px;
	overflow:auto;
}

ul#listado-chicas li{
	background-image:url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 243px;
	float:left;	
}

ul#listado-chicas li div.ftchica{
	margin-top:65px;
}

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:3px;
	margin-top:3px;
	width:130px;
	height:16px;
	overflow:hidden;
}

ul#listado-chicas li div.idiomas {
	width:95px;

		
}

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


div.textos {
	width:775px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#000;
	margin-top:10px;	
}

div.texto a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;	
}

/* PIE */

div#pie {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	margin-top:10px;
}

div#pie a{
	color:#000;
}


/* PAGO */

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

div#chica-pago{
	background-image:url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 243px;
}

div#chica-pago div.ftchica{
	margin-top:65px;
}

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:3px;
	margin-top:3px;
	width:130px;
	height:16px;
	overflow:hidden;
}

div#chica-pago div.idiomas {
	width:95px;

		
}

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


div#iframe-acceso {
	margin-top:30px;

}