/* 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; width:100% }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
.textLinks			{ text-align: center; font-size:10px; color:#fff; text-decoration:none; }			
/*


/* INDEX */


body {
	background-color:#514f59;
	font-family:Arial, Helvetica, sans-serif;
}



div#principal{
	width:985px;
	padding-bottom:20px;
}


div#cabecera{
} 



div#cuerpo{
	background-image:url(../imagenes/cuerpo-arriba.jpg);
	background-repeat:no-repeat;
	background-color:#0a0a0c;	
	padding-top:10px;
}

/* Columna Izq */

div#col-izq {
	width:179px;
	display:inline;
	margin-left:25px;
	background-color:#343435;
}

div.banner {
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

ul#listado-columna {
	margin-bottom:20px;
	
}

ul#listado-columna li{
	overflow:hidden;
	margin-bottom:10px;
}

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

ul#listado-columna li .ftchica {
	margin-top:2px;
}

ul#listado-columna li p.nombre {
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin-top:4px;
	text-align:center;
	width:139px;
	height:15px;
	overflow:hidden;

	
}

ul#listado-columna li div.idiomas {
	margin-top:6px;
		
}

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

/* Fin Columna Izq */


div#col-der {
	width:732px;
	display:inline;
	margin-right:25px;
}





div.textos {
	width:938px;
	padding-bottom:30px;
	
}

div#botonera {
	color:#6d6b78;
	font-size:11px;
	margin-bottom:10px;
}

div#botonera a {
	color:#f7b400;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

div#botonera a:hover {
	text-decoration:underline;	
}

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

div.textos p {
	font-size:12px;
	color:#f4f4f4;
	text-align:justify;
}

div.textos a {
	font-weight:bold;
	color:#f7b400;	
	text-decoration:underline;
}

div.textos a:hover {
	text-decoration:none;
	color:#f7b400;	
}

p.total {
	color:#f4f4f4;
	margin-bottom:10px;
	font-size:14px;
	padding-left:3px;
}

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

ul#listado-chicas li{
	background-image:url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 179px;
	height: 214px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
	display:inline;
	margin-left:2px;
	margin-right:2px;	
}

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


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


ul#listado-chicas li p.nombre {
	
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin-top:4px;
	text-align:center;
	width:139px;
	height:15px;
	overflow:hidden;

	
}

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

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




div#pie {
	margin-top:8px;
	font-weight:bold;
	font-size:12px;
	color:#fff;

}

div#pie a{
	color:#fff;
}

div#pie a:hover{
	text-decoration:underline;
}


/* PAGO */

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


div#chica-pago{
	background-image:url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 179px;
	height: 214px;
	overflow:hidden;
	margin-bottom:20px;
}

div#chica-pago img.marco{
	border: 1px solid #f8eeee;
}


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


div#chica-pago p.nombre {
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin-top:4px;
	text-align:center;
	width:139px;
	height:15px;
	overflow:hidden;	
}

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

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

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



