/* 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-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-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-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../imagenes/fondo-cuerpo.jpg);
	background-repeat:repeat-y;
	background-position:center;
}


body.fondo-pago {
	background-image:url(../imagenes/fondo-pago.jpg);
}


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

}

div#cabecera{
	background-image:url(../imagenes/cabecera.jpg);
	height:179px;
}



div#cuerpo{

}





/* Columna der */

div#col-der {
	width:188px;
	padding-top:5px;
	display:inline;
}




/* Webcam destacada */

div#webcam-destacada {
	background-image:url(../imagenes/fondo-marco-descatada.jpg);
	width: 188px;
	height: 250px;
	margin-bottom:20px;
	margin-top:20px;
}


div#webcam-destacada img.marco{
	border: 1px solid #fff;
}

div#webcam-destacada  .ftchica{
	padding-top:85px;	
}

div#webcam-destacada 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#webcam-destacada div.idiomas {
}

div#webcam-destacada div.idiomas img{
	margin-right:1px;
	margin-right:1px;
	
}


/* Fin webcam destacada */



/* Columna izq */

div#col-izq {
	width:732px;
	display:inline;
	padding-top:20px;
	margin-left:35px;
}



div.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	padding:12px;
}



div.texto h1{
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

div.texto a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-decoration:underline;	
}

div.texto a:hover{
	text-decoration:none;
}

div.titulo {
	margin-bottom:10px;
	margin-top:10px;
}

ul#listado-webcams {
	overflow:hidden;
	width:728px;
}

ul#listado-webcams li{
	background-image:url(../imagenes/fondo-marco.jpg);
	width: 176px;
	height: 210px;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:8px;
	float:left;
	overflow:hidden;
	display:inline;		
}

ul.chicas-vips li {
	background-image:url(../imagenes/fondo-marco-vip.jpg)!important;
}


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

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

ul#listado-webcams 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-webcams li div.idiomas {
}

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

div.texto2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:justify;
	padding:12px;
	padding-right:16px;;
}

div.texto2 h1{
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}

div.texto2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-decoration:underline;	
}

div.texto2 a:hover{
	text-decoration:none;
}


ul#enlaces {
	overflow:hidden;
	margin-top:20px;
	margin-bottom:10px;
}

ul#enlaces li{
	overflow:hidden;
	width:118px;
	height:20px;
	background-color:#666666;
	text-align:center;
	float:left;
	margin-left:2px;
	margin-right:2px;
	margin-bottom:4px;
	padding-bottom:2px;
}

ul#enlaces li a{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

ul#enlaces li a:hover{
	text-decoration:underline;
}

/* Fin Columna der */

div#pie {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#000;
	margin-top:40px;
}

div#pie a{
	color:#000;
}

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



/* PAGO */

div#pago {
	width:680px;
	padding-top:40px;
}

div.texto-pago {
	width:685px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}

div#iframe-pago {
	width:470px;
	margin-bottom:10px;

}

div#chica-pago{
	background-image:url(../imagenes/fondo-marco-vip.jpg);
	width: 176px;
	height: 210px;
	margin-bottom:20px;
		margin-top:10px;

}


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

div#chica-pago .ftchica{
	padding-top:42px;	
}

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;
	
}


