/* 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, 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; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.fix				{ overflow:hidden; }
/*


/* INDEX */


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



div#principal{
	width:907px;
	background-image:url(../imagenes/fondo.jpg)
}

/* Botonera */

div#botonera2 {
	width:563px;
	height:40px;
	background-image:url(../imagenes/fondo-bt-menu2.jpg);
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:34px;
	margin-left:150px;	
}

div#botonera2 a{
	font-size:14px;
	font-weight:bold;	
	color:#FFFFFF;
	line-height:34px;
}


/* Sorteo */

div#contenedor-sorteo {
	width:640px;
	background-image:url(../imagenes/fondo-sorteo.jpg);
	margin-left:143px;
}


div#cuerpo-sorteo {
	height:159px;
	background-image:url(../imagenes/ultimos-ganadores.jpg);
	overflow:hidden;
}

form#form-sorteo {
	width:380px;
	margin-left:30px;
	display:inline;
}

input.txt {
	font-size:18px;
	border: 1px #999999 solid;
	padding:1px;
	color:#333333;
	margin-top:3px;
}

div#contenedor-cod-verificacion {
	width:340px;
	margin-top:20px;
	height:34px;
}

p#txt_cod {
	display:block;
	width:140px;
	font-size:9px;
	font-weight:bold;
	text-align:right;
	display:inline;
	margin-right:4px;
	padding-top:2px;
}


input.txt_cod {
	border: 1px #999999 solid;
	padding:1px;
	height:22px;
	font-size:17px;
	color:#333333;
	margin-left:4px;
	display:inline;
	
}

div#participa {
	margin-left:110px;
	clear:both;	
	
}

a#bases {
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	color:#0084ff;
	padding-top:8px;
	padding-left:8px;
}

p#mensaje {
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
	display:block;
	clear:both;
	margin-top:2px;
}

p#lopd {
	font-size:9px;
	line-height:10px;
	text-align:justify;
	width:495px;
	margin-left:40px;
}

div#ultimos-ganadores {
	width:150px;
	margin-right:10px;	
	display:inline;
}

div#ultimos-ganadores img{
	height:100%;
	width:100%;
}

/* Fin Sorteo*/

/* Listado chicas */

div#contenedor-listado-chicas {
	width:777px;	
}

div#cuerpo-listado-chicas {
	height:527px;
	background-image:url(../imagenes/fondo-estamos-conectadas.jpg);
	overflow:hidden;
	
}


div#cuerpo-listado-chicas ul {
	width:744px;
}

div#cuerpo-listado-chicas ul  li{
	background-image: url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 176px;
	height: 203px;
	margin-left:5px;
	margin-right:5px;
	float:left;
	overflow:hidden;
	margin-bottom:58px;
	display:inline;
	
}

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



div#cuerpo-listado-chicas ul li p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin-top:8px;
	margin-bottom:4px;
	width:90%;
	height:15px;
	overflow:hidden;

	
}

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

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

/* Videos */

div#contenedor-videos {
	width:744px;
}

div#cuerpo-videos {
	background-image:url(../imagenes/fondo-video.jpg);
	height:307px;
}



div#cuerpo-videos div.cabecera{
	height:37px;
	overflow:hidden;
}

div#cuerpo-videos div.cabecera p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	line-height: 37px;
	width:620px;	
}

div#cuerpo-videos div.columnas{
	margin-top:3px;
	width:90%;
	margin-bottom:5px;
	overflow:hidden;
}

div#cuerpo-videos div.col-video {
	width:320px;
	display:inline;
	margin-left:28px;
	border-top: 1px solid #343434;
	border-left: 1px solid #343434;
	border-right: 1px solid #343434; 
	
}

div#cuerpo-videos div.col-capturas {
	width:284px;
	display:inline;
	margin-right:28px;
	
}

div#cuerpo-videos div.col-capturas img.marco {
	border: 1px solid #000;
	margin-left:4px;
	margin-right: 4px;
	margin-bottom:4px;

}

div.descripcion {
	background-image:url(../imagenes/fondo-descripcion-video.jpg);
	background-repeat:repeat-y;
}

div.descripcion p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#333333;
	width:82%;
	padding-top:8px;
}

div.caracteristicas {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	height:26px;
	line-height:26px;
}



/* Pago */

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

div.texto2 {
	color:#FFFFFF;
	width:98%;
	font-size:12px;
	padding-bottom:10px;
	text-align:justify;
	margin-top:20px;
}


div#chica-pago{

	background-image:url(../imagenes/fondo-marco.jpg);
	background-repeat: no-repeat;
	width: 176px;
	height: 203px;
	float:left;
	overflow:hidden;
	margin-bottom:10px;
	display:inline;
	
}

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


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


div#chica-pago p.nombre {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	margin-top:8px;
	margin-bottom:4px;
	width:90%;
	height:15px;
	overflow:hidden;

	
}

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

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

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

div#cuerpo-pago {
	height:429px;
	background-image:url(../imagenes/fondo-pago-cams.jpg);
	overflow:hidden;
}

/* Paginas secundarias */

div#contenido {
	width:773px;
	background-image:url(../imagenes/marco-centro.jpg);
}

div#botonera {
	width:640px;
	height:39px;
	background-image:url(../imagenes/fondo-bt-menu.jpg);
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:34px;
}

div#botonera a{
	font-size:14px;
	font-weight:bold;	
	color:#FFFFFF;
	line-height:34px;
}

div.texto {
	width:90%;
	font-size:11px;
	color:#333333;
	padding-bottom:10px;
	text-align:justify;
	margin-top:20px;	
}


div.texto p {
	margin-bottom:10px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#004eff;
	margin-bottom:8px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#f83298;
	margin-bottom:8px;
}

/* Ganadores */

ul#listado-ganadores {
	width:630px;	
}

ul#listado-ganadores li{
	text-align:center;
	width:100%;
	margin-top:1px;
	margin-bottom:1px;
	padding-top:2px;
	padding-bottom:2px;
	font-size:13px;
	color:#000000;
}

ul#listado-ganadores li.par{
	background-color:#fface7;
}

ul#listado-ganadores li.impar{
	background-color:#c0d3ff;
}


/* Pie */

div#pie {
	color:#FFFFFF;
	font-size:12px;
	margin-top:10px;
}

div#pie a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

