/* 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, a:visited {
	color: #BE0C0C;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}


/* 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 {
	color: #333333;
	font-size: 12px;
	font-family: verdana, arial, times new roman;

}

a {
	color:#ff0000;
}

div#fondo-cabecera{
	width:100%;
	height:100px;
	background-color:#313032;
	margin-bottom:10px;
} 

#header {
	background: #313032;
	width: 960px;
	height: 100px;
	margin: 0px auto 0px ;
	padding: 0px;
	overflow: hidden;
	}
	
.headerleft {
	background: #313032;
	color: #FFFFFF;
	width: 420px;
	height: 70px;
	float: left;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	font-size:12px;
	}
	
.headerleft a, .headerleft a:visited {
	font-family: arial, verdana, times new roman;
	font-size: 20px;
	color: #C0C0C0;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}

.headerleft a:hover {
	color: #BE0C0C;
	text-decoration: none;
	}
	
.headerright {
	width: 530px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	}
	
.headerright li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
.headerright ul {
	margin: 0px;
	padding: 60px 0px 10px 0px;
	}
		
.headerright a, .headerright a:visited {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	}
		
.headerright a:hover {
	background: #BE0C0C;
	color: #FFFFFF;
	font-weight: bold;
        text-decoration: none;
	}


div#principal{
	width:1015px;	
	padding-bottom:24px;
	margin-top:20px;

}




/* COLUMNA IZQUIEDA */

div#cuerpo{

}

div#col_izq {
	width:751px;
	margin-left:15px;
	display:inline;
}

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



div#menu a {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#e500ac;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:15px;
}

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

div#cabecera-webcams {
	margin-bottom:20px;
}

div.textos {
	font-size:12px;
	width:712px;
	text-align:justify;
	color:#000;
}

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

div.textos a{

	color:#000;
	font-weight:bold;
}

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

p.conectadas {
	font-size:13px;
	font-weight:bold;
	width:712px;
	margin-top:20px;
	margin-bottom:0;
	color:#000;
}

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

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

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

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

ul#listado-chicas li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	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:201px;
	margin-right:22px;
	display:inline;
}



h2{
	font-size:16px;	
	color:#c21a1a;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom: 1px dotted #999999;
	padding-bottom:2px;
}

div#banner-video {
	margin-bottom:30px;
}

/* Chicas especiales */

ul#chicas-especiales {
}

ul#chicas-especiales li{
	background-image:url(../imagenes/especiales-fondo.jpg);
	margin-bottom:6px;
}

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 li div.txt {
	width:175px;
	padding-bottom:5px;
}

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{
	color:#000;
	font-size:11px;
	padding-top:30px;
	
}

#pie a{
	color:#000;
}


/* PAGO */

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

div#chica-pago{
	background-image: url(../imagenes/fondo_marco.jpg);
	background-repeat: no-repeat;
	width: 172px;
	height: 209px;
	float:left;
	display:inline;
	margin-top:8px;
	
}

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

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

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

div#chica-pago div.idiomas {
}

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


