/* 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-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 {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../imagenes/bg_body.jpg);
	background-repeat:repeat-x;
	color:#333333;
}


div#principal{
	width:934px;	
	padding-bottom:24px;

}

div#cabecera{
	height:228px;
	background-image:url(../imagenes/bg_header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden
}

div#cabecera-acceso{
	height:228px;
	background-image:url(../imagenes/fondo-acceso-header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	overflow:hidden
}



div#cabecera #textotop {
	width:470px;
	padding-top:175px;
	float:right;
	padding-right:35px;
	color:#333333;
}

div#cabecera #textotop h1{
	font-size:22px;
	font-weight:bold;
}

div#cabecera #textotop p{
	font-size:13px;
	line-height:15px;
	text-align:justify;
}


div#cabecera #textotop #menu-cabecera {font-weight: bold; color:#FFF; text-align:right; font-family:Arial; font-size: 16px; margin-top:6px;}
div#cabecera #textotop #menu-cabecera a, #menu a:hover, #menu a:visited {color:#FFF; text-decoration: none;}




 


/* COLUMNA IZQUIEDA */

div#cuerpo{
	padding-bottom:20px;
}

div#col_izq {
	width:714px;
	overflow:hidden;
	display:inline;
}

div#col_izq h3, div#col_izq h1 {
	display:block;
	margin-top:10px;
	margin-bottom:15px;
	border-bottom:1px solid #FCB9CA;
	padding:0 0px 3px 0px;
	font-size:20px;
	font-weight: normal;
	color: #FE3265;
}
div#col_izq h3 a.title, div#col_izq h1 a.title{
	text-decoration:none;
	color:#FE3265;
}
div#col_izq h3 a.title:hover, div#col_izq h1 a.title:hover {
	color:#E52D5B;
}

div.textos {

	font-size:12px;
	text-align:justify;
	width: 698px;
	background-color: #fff9ed;
	border: 1px solid #eee;
	padding: 5px 7px 15px 7px;
	margin-top: 20px;
}

div.textos h1{
	font-size:20px;
	color:#ff3366;
	font-weight:bold;
	margin-bottom:5px;
}

a {
	color:#1C8CE2;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

div.textos a:hover{
	text-decoration:underline;
}

p.conectadas {
	font-size:13px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

ul#listado-chicas {
	width:700px;
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;

}

ul#listado-chicas li{
	background-image: url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 172px;
	height: 154px;
	margin-bottom:4px;
	padding-right: 3px;
	float:left;
	display:inline;
	overflow:hidden;
	
}

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

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

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


ul#listado-chicas li div.idiomas {
}

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


/* FIN COLUMNA IZQUIERDA*/

/* COLUMNA DERECHA */

div#col_der {
	width:202px;
	display:inline;
	padding-top:20px;
}

div#menu {
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
}



div#menu a {
	text-transform:uppercase;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	display:block;
	background-color:#ff3366;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom:3px;
}

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

h2{
	font-size:16px;
	color:#1777c1;
	font-weight:bold;
	margin-bottom:10px;
}

div#banner-video {
	border:1px solid #000000;
	margin-bottom:30px;
}

/* Chicas especiales */

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

ul#chicas-especiales li{
	background-color:#f2f2f2;
	border:1px solid #dddddd;
	margin-bottom:6px;
	padding:13px;
}

ul#chicas-especiales li img.borde{
	padding:1px;
	background-color:#FFFFFF;
	border: 1px solid #858585;
	
}

ul#chicas-especiales li a.entrar{
	margin-left:9px;
}

ul#chicas-especiales h3{
	font-size:16px;
	font-weight:bold;
	margin-top:8px;
}

ul#chicas-especiales h4{
	font-size:11px;
	margin-bottom:10px;
}

ul#chicas-especiales p{
	font-size:11px;
}


/* fin chicas especiales */


/* FIN COLUMNA DERCHA */

#pie{
background-image:url(../imagenes/bg_footer.jpg);
background-repeat:repeat-x;
padding-top:10px;
height:60px;
}

#contenido-pie {
	font-size:11px;
	color:#FFFFFF;	
	width:934px;
	margin: 0 auto;}

#contenido-pie a{
	color:#FFFFFF;	
}

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

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

/* DESTACADAS */

ul#destacadas {
	width:700px;
	margin-top:5px;
	margin-bottom:5px;
	overflow:hidden;
}

ul#destacadas li{
	background-repeat: no-repeat;
	width: 172px;
	height: 154px;
	margin-bottom:4px;
	padding-right: 3px;
	float:left;
	display:inline;
	overflow:hidden;
	
}

ul#destacadas li img.marco{
	border: 1px solid #999;
}

ul#destacadas li .ftchica{
	margin-top:5px;	
}

ul#destacadas li p.nombre {
	font-weight:bold;
	font-size:12px;
	color:#fe3265;
	text-align:center;
	width:160px;
	height:15px;
	overflow:hidden;
	margin-top:3px;
	margin-bottom:4px;
}


ul#destacadas li div.idiomas {
}

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


#destacadas img.marco{
	border: 1px solid #999;
	
}

/* FIN DESTACADAS */


