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


body {
	background-color:#343434;

}



div#principal{
		width:955px;	
}

div#cabecera{
} 



div#cuerpo{
	background-image:url(../imagenes/fondo-cuerpo.jpg);
	background-repeat:repeat-y;
	width:100%;
}


/* Columna izquierda */
div#col-izq {
	width:224px;
	display:inline;
	margin-left:15px;
}

/*Menu */

ul#menu {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	background-color:#909191;
	
}

ul#menu li{
	padding-bottom:8px;
	padding-top:8px;
	border-bottom: 1px #6e6e6e solid; 
	
	
}

ul#menu li.ultimo-enlace{
	border-bottom: 0;
}

ul#menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	font-weight:bold;
	padding-left:15px;
}

/*Banners */

div.banners {	
	padding-top:12px;
	padding-bottom:12px;
}

/* Columna derecha */

div#col-der {
	width:600px;
	display:inline;
	margin-right:55px;
}


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

div.textos h1{
	font-size: 16px;
	font-weight:bold;
	margin-bottom:8px;
}

div.textos a{
	font-weight:bold;
	color:#860b06;
	
}

ul#listado-chicas {
	margin-top:20px;
	margin-bottom:20px;
	width:600px;
	
}

ul#listado-chicas li{

	background-image:url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 198px;
	height: 220px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
	display:inline;
	
}

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


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


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

	
}

ul#listado-chicas li div.idiomas {
	margin-top:11px;

}

ul#listado-chicas li div.idiomas img{
	margin-right:2px;
	border: 1px solid #124ccf;
	
}

ul#listado-chicas li div.bt-entrar {
margin-top:10px;
}

div#textos_abajo {
	width:700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#fff;	
}

div#pie {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	margin-top:20px;
	color:#000;
	padding-bottom:20px;
}

div#pie a{
	color:#000;
}


/* PAGO */

div#pago {
	margin-bottom:50px;
	margin-top:70px;
}

div#chica-pago {

	background-image:url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 198px;
	height: 220px;
	overflow:hidden;
	margin-bottom:10px;

	
}

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

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;
	text-align:center;
	width:160px;
	height:15px;
	overflow:hidden;
	margin-top:4px;
}

div#chica-pago div.idiomas {
margin-top:11px;
}

div#chica-pago div.idiomas img{
	margin-right:2px;
	border: 1px solid #124ccf;
	
}

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

div#iframe-acceso {
	width:470px;
}
