/* 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, 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-image:url(../imagenes/bg.jpg);
	background-repeat:repeat-x;
	background-color:#653359;
}


div#principal{
	width:100%;
	background-color:#f1d7eb;
}

div#cabecera {
	width:978px;
	height:159px;
	background-image:url(../imagenes/cabecera.png);
}

/* MENU */

div#menu {
	padding-top:110px;
}


div#menu a {
	color: #FFFFFF;
	display: block;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 15px 0px 0px;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	}

div#menu a:hover {
	background: #804172;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 15px 0px 0px;
	padding: 8px 10px 8px 10px;
	}






/**/

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


/* Columna_izq */

div#col_izq {
	display:inline;
	width:716px;

}

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

ul#listado-chicas li{
	background-image:url(../imagenes/marco-fondo.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 211px;
	float:left;
	display:inline;
	overflow:hidden;
	margin-left:15px;
	margin-right:15px;

}

ul#listado-chicas li img.marco{
	border: 1px solid #FFFFFF;
	margin-top:38px;
}



ul#listado-chicas li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin-bottom:5px;
	margin-top:5px;
	width:160px;
	height:16px;
	overflow:hidden;
}

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

}

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

}



div#col_izq div.texto h1 {
	color: #653359;
	font-size: 24px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin-bottom:10px;

}

div.texto {
	width:620px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#313131;
	line-height: 20px;

}

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



/* Columna derecha */

div#col_der {
	display:inline;
	width:252px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div#col_der .banner {
	margin-bottom:10px;
}

div#col_der p{
	margin-bottom:8px;
}

div#col_der a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div#col_der h2 {
	background: #FFFFFF url(../imagenes/fondo-titulos.jpg);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	width:245px;
	display:block;
	overflow:hidden;
	text-align:left;
	height:26px;
	line-height:26px;
	padding-left:10px;

	}


div#chica-destacada {
	background-image:url(../imagenes/fondo-destacada.jpg);
	background-repeat: no-repeat;
	width: 252px;
	height: 215px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}

div#chica-destacada  img.marco{
	border: 1px solid #FFFFFF;
	margin-top:40px;
	margin-left:1px;
}



div#chica-destacada  p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
	margin-bottom:4px;
	margin-top:9px;
	width:160px;
	height:16px;
	overflow:hidden;
}

div#chica-destacada  div.idiomas {
	width:160px;

}

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

}

/* PIE */

div#pie {
	height:58px;
	/*background-image:url(../imagenes/pie.jpg);*/
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-top:20px;
}

div#pie a{
	color:#FFFFFF;
}


/* PAGO */

div#pago {
	width:670px;
	margin-top:20px;
	margin-bottom:20px;
}

div#chica-pago{
	background-image:url(../imagenes/marco-fondo.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 211px;
	float:left;
	display:inline;
	overflow:hidden;
}

div#chica-pago img.marco{
	border: 1px solid #FFFFFF;
	margin-top:38px;
}



div#chica-pago p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin-bottom:5px;
	margin-top:5px;
	width:160px;
	height:16px;
	overflow:hidden;
}

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



}

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

}



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

}
