/* CSS Document */


/* Reset */

html, body, div, span, applet, object, iframe, 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, 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;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

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;
	color: #FF00FF;
}

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

div#cabecera{
	width:100%;	
} 


div#principal{
	width:760px;
}


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

div#botonera {
	background-image:url(../imagenes/fondo-botonera.gif);
	height:51px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;	
}

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


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





ul#listado-chicas {
	margin-top:20px;
	margin-left:19px;
	margin-bottom:20px;	
}

ul#listado-chicas li{

	background-image: url(../imagenes/fondo-marco1.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 207px;
	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:8px;
	margin-top:20px;
	margin-left:28px;
	text-align:left;
	width:139px;
	height:15px;
	overflow:hidden;

	
}

ul#listado-chicas li div.idiomas {
	display:inline;
	margin-top:8px;
	margin-left:11px;
	width:95px;
	height:20px;
		
}

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

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

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:#FFFFFF;
}

div#pie a{
	color:#FFFFFF;
}


/* 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: 180px;
	height: 207px;
	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:8px;
	margin-top:20px;
	margin-left:28px;
	text-align:left;
	width:139px;
	height:15px;
	overflow:hidden;
}

div#chica-pago div.idiomas {
	margin-top:8px;
	margin-left:10px;
	height:20px;
}

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

div#chica-pago div.bt-entrar {
margin-right:10px;
	margin-top:5px;
	display:inline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}

