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

.fix-float			{ width:100%; clear:both; height:0; line-height:0;}
/*


/* INDEX */


body {
	background-color:#caecff;
}

div#cabecera{
	width:100%;	
} 


div#principal{
	width:990px;
}


div#cuerpo{
	background-image:url(../imagenes/fondo-cuerpo.jpg);
	padding-bottom:30px;
}

div#botonera {
	background-image:url(../imagenes/fondo-enlaces.jpg);
	height:32px;
	line-height:32px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	padding-left:40px;	
	
}

div#botonera a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	font-weight:bold;
	margin-right:6px;	
	margin-left:6px;
}

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


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

ul#listado-chicas li{

	background-image: url(../imagenes/fondo-marco.gif);
	background-repeat: no-repeat;
	width: 182px;
	height: 182px;
	padding-top:42px;
	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:6px;
	margin-top:8px;
	width:160px;
	height:15px;
	overflow:hidden;

	
}


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



div#pie {
	height:42px;
	background-image:url(../imagenes/fondo-pie.jpg);
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding-top:30px;
}

div#pie a{
	color:#fff;
}


/* PAGO */

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

div#chica-pago {

	background-image: url(../imagenes/fondo-marco.gif);
	background-repeat: no-repeat;
	width: 182px;
	height: 182px;
	padding-top:42px;
	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:6px;
	margin-top:8px;
	width:160px;
	height:15px;
	overflow:hidden;
}


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

