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


/* INDEX */

body {
	background-color: #ff23ff;
}

#cabecera {
	width: 100%;
	background-image:url(../imagenes/fondo-cabecera.gif);
	background-repeat:repeat-x;
	height:142px;
}
#cuerpo {
	width: 100%;
	background-image:url(../imagenes/fondo-cuerpo.gif);
	background-repeat:repeat-x;
	background-color:#ffeffd;
	padding-top:30px;	
	padding-bottom:20px;
}


#pie {
	width: 100%;
	background-image:url(../imagenes/fondo-pie.gif);
	background-repeat:repeat-x;
	height:144px;	
}

ul#listado-chicas {
	width:740px;
	_width: 750px; /* ie6 */ 	
	margin-top:20px;	
}

ul#listado-chicas li{

	background-image: url(../imagenes/fondo-marco.gif);
	background-repeat: no-repeat;
	width: 175px;
	height: 185px;
	margin:5px;
	padding-top:30px;
	float:left;
	
}

ul#listado-chicas li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	margin-bottom:5px;
	width:90%;
}

ul#listado-chicas li div.idiomas {
	margin-top:5px;
	margin-left:7px;
	width:95px;
		
}

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

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

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

div#pago div#marco {
	background-image: url(../imagenes/fondo-marco.gif);
	background-repeat: no-repeat;
	width: 175px;
	height: 198px;
	padding-top:30px;
}

div#pago div#marco p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	margin-bottom:5px;
	width:90%;
}

div#pago div#marco div.idiomas {
	margin-top:5px;
	margin-left:7px;
	width:95px;
	background-color:#666600;
		
}

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