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:"Tahoma", Arial, Helvetica, sans-serif;
font-size: 100%;
vertical-align: baseline;
}
/* recordar definir los estilos del focus! */
:focus {
outline: 0;
}
body {
/* line-height: 1; */
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}


BODY {
background-image:url(images/bg-body.gif);
background-color:#007ece;
font-family:"Tahoma", Arial, Helvetica, sans-serif;
font-size:11px;
color:#707070;
outline:none
}

.bold {
font-weight:bold
}

.bold2 {
font-weight:bold;
margin:0;
padding:0;
}

.naranja {
color: #eb7531
}

.naranjabold {
color: #e65400;
font-weight:bold
}

.naranjobold {
color: #eb5803;
font-weight:bold
}

.floatleft {
float:left;
}

.floatright {
float:right;
}

#container {
background:url(images/bg-container.gif);
width:980px;
margin:0 auto
}

#wrapper {
width:940px;
margin:auto
}

#faux {
background:url(images/bg-faux.gif);
margin-bottom:0;
overflow:auto;
width:100%
}

/* cabezal */
#cabezal {
height:99px;
background-image:url(images/cabezal.jpg)
}

#cabezal span{
height:99px;
width: 350px;
text-indent: -9999px
}

#cabezal span a{
height:99px;
width: 350px;
text-indent: -9999px;
display: block
}

/* menu */
#menu {
height:28px;
background-image:url(images/bg-menu.gif);
font-size:1px
}

.update {
float:right;
font-size:10px;
line-height:28px;
padding-right:10px;
padding-left:20px;
background-image:url(images/icono-update.gif);
background-repeat:no-repeat
}

/* divisor1 */
#divisor1 {
height:2px;
background-image:url(images/bg-divisor1.gif);
font-size:2px;
clear:both
}

/* Fixed */
.clear {
clear:both;
}

/* buscador */
#buscador {
height:26px;
background-image:url(images/bg-buscador.gif)
}

.formbuscar {
margin-left:76px;
margin-right:5px;
margin-top:3px;
width:130px;
border:1px solid #b1b1b1
}

.imgok {
position:absolute;
margin-top:3px
}

.stats {
padding-top:15px;
padding-right:10px;
font-size:9px;
color:#FFF;
float:right;
}

/* flash */
#flash {
/* background:url(images/bg-flash.gif); */
width:940px;
height:45px;
margin:0;
padding:0;
clear:both;
}

/* Columna Izquierda */
#leftcolumn {
text-align:left;
width:170px;
float:left;
display:inline;
margin:0;
padding:0
}

/* Central */
#content {
width:550px;
text-align:left;
float:left;
display:inline;
position:relative;
margin:0;
padding:0;
background:url(images/bg-content.gif);
background-repeat:repeat-x;
}

.caja-up {
width: 470px;
margin-left:15px;
margin-right:15px;
margin-top:7px;
padding-bottom:10px;
padding-left:25px;
padding-right:25px;
padding-top:15px;
background:url(images/bg-caja-up.gif);
background-repeat: no-repeat;
}
.titulo {
font-size: 11px;
font-weight: bold;
color: #000;
}
.titulo a{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.categoria {
font-size: 11px;
font-weight: bold;
color: #e65400
}
.agregado {
font-size: 10px;
color: #666666
}
.duracion {
font-size: 9px;
font-weight: bold;
color: #000;
}
.tamano {
font-size: 9px;
color: #000;
}

.fechapublicacion {
font-size: 9px;
color: #e65400;
}

.divisor2colores {
width: 470px;
height: 3px;
margin-top: 7px;
margin-bottom: 7px;
background-image: url(images/bg-2colores.gif);
background-repeat: no-repeat;
overflow: hidden;
float: left
}

.descripcion {
clear:both;
color:#000000
}

.caja-fotos {
width:470px;
height:180px;
margin-left:40px;
padding:0;
/* overflow:auto */
}

a.left{
	float:left;
	margin:0px 7px 8px 0px;
	padding:2px;
	border:2px solid #ccc;
}
a.left:hover{
	border:2px solid #000;
}

.caja-down {
margin-left:15px;
margin-right:15px;
margin-top:5px;
margin-bottom:7px;
padding-left:25px;
padding-right:25px;
background:url(images/bg-caja-down.gif);
background-repeat: no-repeat;
background-position: bottom;
height:135px
}

.caja-down-tarjeta {
margin-left:15px;
margin-right:15px;
margin-top:5px;
margin-bottom:7px;
padding-left:25px;
padding-right:25px;
background:url(images/bg-caja-down-d.gif);
background-repeat: no-repeat;
background-position: bottom;
height:90px;
text-align:center
}

.opciones-descarga {
height:48px;
background-image:url(images/bg-opciones-descarga.gif);
background-repeat:no-repeat;
padding-left:45px;
padding-top:8px;
color: #4c4c4c;
font-size:12px;
}

.divisor2 {
height: 5px;
font-size: 5px
}

.formdescargar {
padding:1px;
margin-left:10px;
margin-right:10px;
width:100px;
border:1px solid #b1b1b1
}
.imgformdescargar {
margin-top:3px;
}
.clear {
clear:both
}

.cajacodigo {
width:470px;
height:30px
}

.aviso {
float:right;
width:110px;
font-size:9px;
color:#999999
}

/*content*/
#content2 {
position:relative;
clear:both;
width:940px;
height:auto;
overflow:auto;
background:url(images/content2-bg.jpg) repeat-x;
padding:0;
margin:0 0 0 0;
}

/*SECCION - Las chicas*/
#chicas-content {
position:relative;
width:899px;
height:auto;
margin:20px 10px 0 10px;
padding:17px 0 0 15px;
border-top:3px solid #fff;
border-left:3px solid #fff;
border-right:3px solid #fff;
background:url(images/escenas-bg-bottom.jpg) repeat-x;
overflow:auto;
}
	
#chicas-content .title{
position:relative;
float:left;
display:block;
width:883px;
height:2px;
background:url(images/laschicas-title.gif) no-repeat; padding:40px 0 20px 0; margin:0px auto; font-size:11px; }
	
#chicas-content .title span{
display:none;
}
	
/*Las chias	- Thumbs*/
#chicas-thumbs {
position:relative;
float:left;
width:880px;
height:auto;
margin:0 0 0 1px;
padding:0;
}
	
#chicas-thumbs .thumbs {
position:relative;
float:left;
width:176px;
min-height:235px;
_min-height:0;
_height:235px;
margin:0 0 8px 0;
padding:0;
background:url(images/thumbs-bg.gif) bottom no-repeat;
}
	
#chicas-thumbs .thumbs  a:link img, #chicas-thumbs .thumbs  a:visited img{
padding:2px;
background:#fff;
display:block;
border:solid 2px #ff7a2c;
margin:0 auto; 
}
	
#chicas-thumbs .thumbs a:hover img {
border:2px solid #0289DD;
}
	
#chicas-thumbs .texto { 
position:relative;
margin:6px 0 0 0;
width:125px;
padding:0 0 0 25px;
font-size:11px;
color:#db0000;
font-weight:bold;
font-family:tahoma;
}
	
#chicas-thumbs .texto a{
color:#000;
text-decoration:none;
font-weight:bold;
font-family:tahoma;
}
	
#chicas-thumbs .texto a:hover{
text-decoration:underline;
}
	
#chicas-thumbs .info a{
display:block;
position:relative;
top:-12px;
right:10px;
width:14px;
height:14px;
float:right;
margin:0;
padding:0;
text-indent:-9999px;
}

/*SECCION - Las chicas Thumb*/
#chica-seleccionada-content {
position:relative;
width:914px;
height:auto;
margin:20px 10px 0 10px;
padding:17px 0 0 0;
border-top:3px solid #fff;
border-left:3px solid #fff;
border-right:3px solid #fff;
background:url(images/escenas-bg-bottom.jpg) repeat-x;
}
	
#ficha-box {
position:relative;
float:left;
height:508px;
width:422px;
margin:0;
padding:0 0 0 21px;
}
	
#ficha-box #left-bg {
position:relative;
float:left;
width:3px;
height:509px;
margin:0;
padding:0;
background:url(images/ficha-box-bg-left.gif) 0 1px no-repeat;
}
	
#ficha-box #rigth-bg {
position:relative;
float:left;
width:3px;
height:509px;
margin:0;
padding:0;
background:url(images/ficha-box-bg-rigth.gif) 0 1px no-repeat;
}
	
#ficha-box #contenido {
position:relative;
float:left;
width:413px;
height:508px;
margin:0;
padding:0;
background:url(images/ficha-box-bg-center.gif);
}
	
#ficha-box  #contenido .title {
position:relative;
float:left;
height:43px;
font-size:22px;
font-family:tahoma;
font-weight:bold;
font-style:italic;
background:url(images/title-thumb-seleccionado-bg.GIF)  no-repeat;
background-position:25px 16px;
margin:0 0 5px 0;
padding:13px 0 0 40px;
color:#ff7a2c;
}
	
#ficha-box  #contenido .title a{
color:#ff7a2c;
text-decoration:none;
}
	
#ficha-box  #contenido .title img{
margin:16px 0 0 0;
padding:0 0 0 15px;
float:left;
}
	
#ficha-box  #contenido .datos {
	position:relative;
	clear:both;
	float:left;
	height:143px;
	width:290px;
	margin:0 0 10px 0;
	padding:10px 0 0 120px;
	background-image:url(images/ficha-datos-icon.gif);
	background-repeat:no-repeat;
	background-position:20px 10px;
	color:#000;
	font-size:11px;
	font-family:tahoma;
	}
	
#ficha-box  #contenido .descripcion-chicas {
position:relative;
clear:both;
float:left;
width:370px;
height:270px;
margin:10px 0;
padding:0 15px;
color:#434343;
font-size:11px;
font-family:tahoma;
overflow:auto;
}

#ficha-box  #contenido .descripcion-chicas a{
color:#434343;
}
	
#thumb-big-image {
position:relative;
float:left;
width:429px;
height:504px;
margin:0 0 40px 21px;
*margin:0 0 20px 21px;
padding:0;
background:#fff;
border:solid 2px #ff7a2c;
}
	
#thumb-big-image img{
display:block;
margin:2px auto;
}
	
.episodio {
position:relative;
clear:both;
float:left;
width:885px;
height:176px;
padding:0 0 15px 0;
margin:0 0 15px 13px;
_margin:0 0 15px 6px;
background:url(images/episodio-bg.gif) bottom repeat-x;
}
	
.episodio-bottom {
background:none;
margin-bottom:0;
}
	
.episodio .reproductor{
position:relative;
width:212px;
height:177px;
float:left;
padding:0;
margin:0 16px 0 0;
background:url(images/episodio-reproductor.gif);
}

.episodio .reproductor img{
display:block;
margin:0 auto;
}
	
.episodio .title{	
width:654px;
_width:651px;
height:26px;
position:relative;
float:left;
padding:2px 0 0 3px;
margin:0 0 8px 0;
background:url(images/title-bg.gif) no-repeat;
font-family:tahoma;
font-size:18px;
color:#ff7a2c;
}
	
.episodio .title span .mini{
color:#000;
font-weight:100;
}
	
.episodio .title a{
text-decoration:none;
color:#ff7a2c;
}
	
.episodio .title a:hover{
color:#ff7a2c;
}
	
.episodio .texto{
color:#000;
font-family:tahoma;
font-size:11px;
font-weight:100;
}

/* Paginador */
div.paginacion {
padding: 3px;
margin: 10px;
text-align:center;
font-family: "Tahoma", Arial, Helvetica, sans-serif;
font-size: 10px
}

div.paginacion a {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #cccccc;
text-decoration: none; /* no underline */
color: #999999;
}

div.paginacion a:hover, div.digg a:active {
border: 1px solid #FF6600;
color: #000;
}

div.paginacion span.actual {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #FF6600;
font-weight: bold;
background-color: #FF6D0D;
color: #FFF;
}

div.paginacion span.deshabilitado {
padding: 2px 5px 2px 5px;
margin: 2px;
border: 1px solid #EEE;
color: #DDD;
}

/* Columna Derecha */
#rightcolumn {
text-align:left;
float:left;
width:220px;
display:inline;
overflow:hidden;
margin:0;
padding:0;
}

#escenas-populares {
float:right;
width:219px;
background-image:url(images/bg-rightcolumn.gif);
background-repeat:repeat-x;
margin-bottom: 5px;
}

.titleescenaspopulares {
width:219px;
height:30px;
background-image:url(images/title-escenas-populares.gif);
background-repeat:no-repeat
}

.escena1 {
width: 178px;
padding-left: 20px;
padding-right: 20px;
padding-top: 7px
}

.escena {
width: 178px;
padding-left: 20px;
padding-right: 20px;
padding-top: 7px
}

.titulo-escenapopular {
color:#000000;
font-weight:bold;
padding-bottom: 5px;
}

.titulo-escenapopular a{
	color:#000000;
	font-weight:bold;
	text-decoration: none;
	padding-bottom: 5px;
}

.thumb-escenapopular {
width: 170px;
border: 2px solid #000000;
padding: 2px;
background-color:#FCFCFC;
}

.thumb-escenapopular img{
display:block;
margin:0 auto;
}


.detalle-escenapopular {
font-size:11px;
color:#000;
padding-top: 5px
}

.descarga-escenapopular {
font-size:11px;
font-weight:bold;
color:#ff7a2c;
padding-top: 2px;
padding-bottom: 1px
}
.descarga-escenapopular a:link {
color: #fc7221;
text-decoration: underline
}
.descarga-escenapopular a:visited {
color: #fc7221;
text-decoration: underline
}
.descarga-escenapopular a:hover {
color: #028cd3;
text-decoration: underline
}

/* pie */
#footer {
background:url(images/bg-pie.gif);
width:940px;
height:126px;
clear:both;
margin:0;
padding:0;
font-size: 10px
}

#footertxt {
margin-left:270px;
padding-top:40px;
}

#footertxt a:link {
color: #6b6a6a;
text-decoration: none
}

#footertxt a:visited {
color: #6b6a6a;
text-decoration: none
}

#footertxt a:hover {
color: #ea6104;
text-decoration: underline
}

#footertxt1 {
color:#9D9D9D;
font-size:9px;
margin-left:270px;
padding-top:3px;
width:500px;
}

/* menu V*/
.titlecategorias {
width:169px;
height:30px;
background-image:url(images/title-categorias.gif);
background-repeat:no-repeat
}

.menuvcontenedor {
width:169px
}

.menuv a {
color:#4c4c4c;
display:block;
border-bottom:1px solid #d7d7d7;
font:11px Tahoma, sans-serif;
font-weight:normal;
text-decoration:none;
text-align:left;
padding-left:10px;
padding-bottom:5px;
padding-top:5px;
width:159px
}

.menuv a:hover {
background-image:url(images/bg-menuov.gif);
background-color:#d3d3d3;
color:#000;
text-decoration:none;
font-weight:bold
}

/* espaciador V*/
#sobra {
height:67px
}

p.ayuda-intro{
	font-size:11px;
	color:#000;
	margin:15px 0;
}

p.ayuda-p{
	font-size:11px;
	font-weight:bold;
	color:#E65400;
	margin:12px 0 3px;
}



p.ayuda-r{
	font-size:11px;
	color:#000;
}

li.win{
background:url(images/icon_win.gif) left 3px no-repeat;
margin:3px 0 0 10px;
padding:0 0 0 15px;

}
li.mac{
background:url(images/icon_mac.gif) left 3px no-repeat;
margin:3px 0 0 10px;
padding:0 0 0 15px;
}
li.lin{
background:url(images/icon_lin.gif) left 3px no-repeat;
margin:3px 0 0 10px;
padding:0 0 0 15px;
}

.accede-tar{
background:url(images/btn-accede-tar.gif) top left no-repeat;
display:block;
width:166px;
height:89px;
margin:12px auto 0;
text-indent:-9999px;
}

.accede-tel{
background:url(images/bg-accede-tel.gif) top left no-repeat;
display:block;
width:166px;
height:89px;
margin:12px auto 0;
text-indent:-9999px;
}

.btn-descarga-ahora{
background:url(images/bg-descarga-ahora.gif) left top no-repeat;
display:block;
width:249px;
height:45px;
text-indent:-9999px;
margin:15px 0 1px 224px;
}
.btn-descarga-ahora:hover{
background:url(images/bg-descarga-ahora.gif) left bottom no-repeat;
}

#footertxt1 a {
color:#9D9D9D;
font-size:9px;
}

/*-------------------------------------------------*/



.formdescargar2 {

padding:1px;

margin-right:10px;

width:100px;

border:1px solid #b1b1b1

}



.opciones-descarga2 {

background:url(images/bg-opciones-descarga.gif) no-repeat;

padding-left:45px;

padding-top:3px;

color: #4c4c4c;

font-size:11px;

height:54px;

}

*html .opciones-descarga2 {

height:50px;

}



.formdescargar3 {

padding:1px;

margin-left:10px;

margin-right:10px;

width:105px;

border:1px solid #b1b1b1

}



.cajacodigo2 {

width:470px;

height:30px;

margin:18px 0 -2px;

}





.leo-acepto{ clear:left; padding-left:7px; font-size:10px;}

.leo-acepto small{display:block; margin:-16px 0 0 22px}

.leo-acepto a{color:#4C4C4C;}

.leo-acepto a:hover{color:#000; text-decoration:none;}



.caja-down2 {

margin-left:15px;

margin-right:15px;

margin-top:5px;

margin-bottom:7px;

padding-left:25px;

padding-right:25px;

background:url(images/bg-caja-down.gif);

background-repeat: no-repeat;

background-position: bottom;

height:151px

}

