/* 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: 0px none;
	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; }

h1 {font-size: 30px;color: #FFFF00;margin-top:5px;
}
h2 {font-size: 25px;color: #FFFFFF;margin-top:-25px;
}
h3 {font-size: 25px;color: #FF33FF;margin-top:-12px;margin-bottom:-10px;

}


/* 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/fondo.jpg');
	background-repeat:repeat-x;
	background-color:#ffcc66
}


div#principal{
	width:895px;	
	padding-bottom:24px;

}

div#cabecera {  background-image: url('imagenes/central-01.gif'); background-color: black;

}


div#cuerpo{
	background-image:url('../imagenes/fondo-cuerpo.jpg');
	padding-top:20px
}

div.textos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width:810px;
	text-align:justify;
	
}

div#enlaces {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-bottom:10px;
	width:810px;
}

div#enlaces a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	background-image:url('../imagenes/bullet.jpg');
	padding-left:15px;
	padding-right:20px;
	display:inline;
	background-repeat:no-repeat	
}

div#enlaces a:hover{
	text-decoration:underline;	
}




ul#listado-chicas {
	margin-top:20px;
	margin-bottom:20px;
	width:840px;
}

ul#listado-chicas li{
	background-image:url('../imagenes/fondo-marco.jpg');
	background-repeat: no-repeat;
	width: 192px;
	height: 328px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	display:inline;
	margin-left:9px;
	margin-right:9px;
	padding-top:29px	
}

ul#listado-chicas li img.marco{
	border: 1px solid #FFFFFF;
}


ul#listado-chicas li .ftchica {
}


ul#listado-chicas li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFF00;
	margin-top:7px;
	text-align:center;
	width:90%;
	height:15px;
	overflow:hidden;
}


ul#listado-chicas li p.servicios {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	color:#fff;
	margin-top:4px;
	text-align:center;
	width:85%;
	height:113px;
	overflow:hidden;
}


div#pie {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding-top:30px;
	color:#fff;
	height:44px;
	background-image:url('../imagenes/fondo-pie.jpg');
}

div#pie a{
	color:#fff;
}

div#pie a:hover{
	text-decoration:underline;	
}


/* PAGO */

div#pago {
	width:700px;
	margin-bottom:30px;
	margin-top:30px;
}

div#chica-pago {
	background-image:url('imagenes/fondo-marco.jpg');
	background-repeat: no-repeat;
	width: 192px;
	height: 328px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
	display:inline;
	margin-left:9px;
	margin-right:9px;
	padding-top:29px	
}


div#chica-pago img.marco{
		border: 1px solid #FFFFFF;
}


div#chica-pago .ftchica {
	margin-top:10px;
}

div#chica-pago p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFF00;
	margin-top:7px;
	text-align:center;
	width:90%;
	height:15px;
	overflow:hidden;
}


div#chica-pago p.servicios {
		font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	line-height:11px;
	color:#fff;
	margin-top:4px;
	text-align:center;
	width:85%;
	height:113px;
	overflow:hidden;
}


div#iframe-pago {
	padding-top:60px;
}