/* CSS Las chicas de Jorge */

body{
	background:url(images/whole-bg.jpg) repeat top left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
h1, h2, h3, p{
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
		
/*Links*/
a {
	outline-style:none;
	text-decoration:none;
	text-decoration:underline;
	color:#000;
	}
	
a:hover, a:active {
	color:#666;
	}
	
a:visited {
	color:#000;
	}
	
/*Wrapper*/
#wrapper {
	position:relative;
	width:942px;
	height:auto;
	margin:0 auto;
	padding:0 23px;
	background:url(images/wrapper-bg.png) repeat-y;
	*background:url(images/wrapper-bg.jpg) repeat-y;
	overflow:auto;
	}
	
/*Header
	- Top*/
#header-top {
	position:relative;
	width:942px;
	height:39px;
	padding:0;
	border-bottom:2px solid #fff;
	background:url(images/header-top-bg.gif) no-repeat;
	}
	
#header-top h1 a{
	text-indent:-9999px;
	display:block;
	width:942px;
	height:39px;
	}
	
/*Content
	- Border*/
#content-border {
	position:relative;
	width:940px;
	height:auto;
	border-top:1px solid #9c9c9c;
	border-left:1px solid #9c9c9c;
	border-right:1px solid #9c9c9c;
	background:#fff;
	overflow:auto;
	}
		
/*Header
	- Image*/
#header-image {
	position:relative;
	width:940px;
	height:264px;
	padding:0;
	background:url(images/header-image.jpg) no-repeat;
	}
	
#header-image .link-top a{
	display:block;
	width:940px;
	height:239px;
	text-indent:-9999px;
	float:left;
	}
	
#header-image .link-bottom a{
	display:block;
	width:809px;
	height:25px;
	text-indent:-9999px;
	float:left;
	}
	
/*Header
	- Image
		- boton*/
#header-image-boton {
	position:relative;
	width:131px;
	height:25px;
	margin:0;
	padding:0;
	float:right;
	background-image: url('http://www.laschicasdejorge.com/css/images/btn-accede-superior.png') !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.laschicasdejorge.com/css/images/btn-accede-superior.png');
	}
	
#header-image-boton a{
	display:block;
	width:105px;
	height:25px;
	text-indent:-9999px;
	}
	
/*Navbar*/
#navbar {
	position:relative;
	float:left;
	width:809px;
	height:46px;
	padding:0;
	margin:0;
	border-bottom:3px solid #fff;
	border-top:2px solid #fff;
	background:url(images/bg-nav-bar.jpg) left top no-repeat;
	}
	
/*Navbar - Lista*/	
	
#navbar_lista{margin:0; padding:0; list-style:none; float:left; position:relative;}

#navbar_lista li{display: inline; float:left; margin:0; height:45px; overflow:hidden;}

#navbar_lista a{display:block; text-indent:-9000px; background-repeat:no-repeat;}

#navbar_lista .home a{width:83px; height:46px; background-image:url(images/btn-home.gif);}
#navbar_lista .home a:hover{background:url(images/btn-home.gif) bottom;}
#navbar_lista .home-actived a{width:83px; height:46px; background:url(images/btn-home.gif) bottom;}

#navbar_lista .acceso a {width:224px; height:46px; background:url(images/btn-acceso.gif);}
#navbar_lista .acceso a:hover{background:url(images/btn-acceso.gif) bottom;}

#navbar_lista .telefonico a{width:213px; height:46px; background:url(images/btn-telefonico.gif);}
#navbar_lista .telefonico a:hover{background:url(images/btn-telefonico.gif) bottom;}

#navbar_lista .chicas a{width:134px; height:46px; background:url(images/btn-chicas.gif);}
#navbar_lista .chicas a:hover{background:url(images/btn-chicas.gif) bottom;}
#navbar_lista .chicas-actived a{width:134px; height:46px; background:url(images/btn-chicas.gif) bottom;}

#navbar_lista .soporte a{width:106px; height:46px; background:url(images/btn-soporte.gif);}
#navbar_lista .soporte a:hover{background:url(images/btn-soporte.gif) bottom;}

#navbar_lista .cancelar a{width:260px; height:46px; background:url(images/btn-cancelar.gif);}
#navbar_lista .cancelar a:hover{background:url(images/btn-cancelar.gif) bottom;}

/*Btn Accede ahora*/
#btn-accedeahora {
	position:relative;
	float:right;
	width:131px;
	height:92px;
	margin:0;
	padding:0;
	background:url(images/btn-accede-inferior.png) no-repeat;
	}
	
#btn-accedeahora a{
	display:block;
	width:117px;
	height:85px;
	text-indent:-9999px;
	}
	
/*Video Information*/
#video-information {
	position:relative;
	float:left;
	width:809px;
	height:19px;
	margin:0;
	padding:0;
	border-bottom:3px solid #fff;
	background:url(images/video-information.png) no-repeat;
	}
	
#video-information span{
	display: none;
	}
	
/*Video Information*/
#content-top-texto {
	position:relative;
	float:left;
	width:809px;
	height:19px;
	margin:0;
	padding:0;
	background:url(images/content-top-texto.png) no-repeat;
	}
	
#content-top-texto  span{
	display: none;
	}

/*Acomodo - gracias a este div se soluciona el problema con el header en IE6*/	
#acomodo {
	position:relative;
	float:left;
	width:809px;
	height:0;
	margin:0;
	padding:0;
	}
	
/*content*/
#content {
	position:relative;
	clear:both;
	width:940px;
	height:auto;
	background:url(images/content-bg.jpg) repeat-x;
	padding:0;
	margin:0 0 0 0;
	_margin:-15px 0 0 0;	/* Arreglo el problema con el margen en IE6 */
	}
	
/*Principal Content*/
.escena {
	position:relative;
	width:896px;
	height:398px;
	margin:0 10px;
	padding:20px 0 0 18px;
	border-top:3px solid #fff;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	background:url(images/escenas-bg.jpg) repeat-x;
	}
	
.escena-bottom {
	position:relative;
	width:896px;
	height:380px;
	margin:0 10px;
	padding:20px 0 0 18px;
	border-top:3px solid #fff;
	border-left:3px solid #fff;
	border-right:3px solid #fff;
	background:url(images/escenas-bg-bottom.jpg) repeat-x;
	}
	
/*Video Escarapela*/
.video-escarapela {
	position:absolute;
	width:159px;
	height:161px;
	z-index:1;
	padding:0;
	left:255px;
	top:130px;
	}
	

	
/*Video Reproductor*/
.video-reproductor {
	position:relative;
	float:left;
	width:305px;
	height:257px;
	padding:5px 6px 0 0;	
	margin:0;
	background:url(images/video-reproductor.gif) no-repeat;
	}
	
.video-reproductor img{
	display:block;
	margin:0 auto;
	}
	
/*Contenidos Exclusivos*/
.contenidos-exclusivos {
	position:relative;
	float:left;
	width:299px;
	height:226px;
	padding:36px 0 0 0;
	margin:0 7px 0 0;
	background:#fff url(images/cotenidos-exclusivos-title.gif) no-repeat top;
	}
	
.contenidos-exclusivos img{
	display:block;
	margin:0 auto;
	}
	
/*Preview de las escenas*/
.preview {
	position:relative;
	float:left;
	width:260px;
	height:226px;
	margin:0;
	padding:36px 0 0 0;
	background:#fff url(images/preview-title.gif) no-repeat top;
	}
	
.preview .image-contiener {
	position:relative;
	padding:0 0 0 5px;
	margin:0;
	}
	
.preview .imagenes img {
	display:block;
	float:left;
	margin:0 0 5px 5px;
	}
	
/*Bottom Description*/
#bottom-description {
	position:relative;
	width:866px;
	height:auto;
	margin:30px 0 0 0;
	padding:0;
	}
	
#bottom-description .left-image{
	position:relative;
	float:left;
	width:106px;
	height:68px;
	padding:2px;
	margin:0;
	background:#fff;
	border:2px solid #db0000;
	}
	
#bottom-description .content{
	position:relative;
	width:482px;
	height:auto;
	float:left;
	margin:0;
	padding:0 30px 0 26px;
	}

#bottom-description .content h3{ 	
	font-family:tahoma;
	font-size:11px;
	line-height:13px;
	font-weight:100;
	}
	
#bottom-description .content img{
	margin:0 0 8px 0;
	}
	
.content-title{
	width:479px;
	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:#db0000;
	}
	
.content-title span{
	color:#000;
	display:block;
	float:left;
	margin-top:2px;
	}
.content-title span b{
	color:#db0000;
	font-weight:bold;
	}
		
#bottom-description .btn-trailer {
	position:relative;
	float:left;
	width:212px;
	height:78px;
	padding:0;
	margin:0;
	}	
	
#bottom-description .btn-trailer span{
	display:none;
	}
	
.btn-trailer a{
	display:block;
	width:212px;
	height:78px;
	background:url(images/btn-bajateloahora.gif) no-repeat top;
	}
.btn-trailer a:hover{
	display:block;
	width:212px;
	height:78px;
	background:url(images/btn-bajateloahora.gif) no-repeat bottom;
	}

#bottom-description .btn-baja-ahora {
	position:relative;
	float:left;
	width:212px;
	height:78px;
	padding:0;
	margin:0;
	}	
	
#bottom-description .btn-baja-ahora span{
	display:none;
	}
	
.btn-baja-ahora a{
	display:block;
	width:212px;
	height:78px;
	background:url(images/btn-bajateloahora.gif) no-repeat top;
	}
.btn-baja-ahora a:hover{
	display:block;
	width:212px;
	height:78px;
	background:url(images/btn-bajateloahora.gif) no-repeat bottom;
	}

	
/*SECCION - Las chicas*/
#chicas-content {
	position:relative;
	width:899px;
	height:auto;
	margin: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;
	display:block;
	float:left;
	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 #db0000;
	margin:0 auto; 
	}
	
#chicas-thumbs .thumbs a:hover img {
	background:#F6CD00;;
	}
	
#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:#db0000;
	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;
	}
	
/*Las chias
	- Paginacion*/
#chicas-paginacion {
	position:relative;
	z-index:1;
	float:left;
	width:940px;
	_width:939px;
	height:27px;
	margin:10px 0 -27px 0;
	*margin:17px 0 -27px 0 !important;
	_margin:10px 0 -27px 0;
	padding:16px 0 0 0;
	background:url(images/laschicas-paginacion-bg.gif);
	text-align:center;
	}

.paginacion {
	font-family:"Tahoma",Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	text-align:center;
	}
	
.paginacion a {
	color:#000;
	margin:2px;
	padding:2px 2px;
	text-decoration:underline;
	font-weight:100;
	}
	
.paginacion a:hover {
	color:#db0000;
	}
	
.paginacion span.actual {
	color:#db0000;
	padding:0 2px;
	margin:0;
	font-weight:bold;
	}
	
.paginacion span.actual a{
	color:#db0000;
	padding:0;
	margin:0;
	font-weight:bold;
	text-decoration:none;
	}
	
.paginacion span.actual a:hover{
	color:#000;
	}
	
.paginacion span.deshabilitado {
	color:#999;
	margin:2px;
	padding:2px 5px;
	}
	
#paginacion-btn a{
	position:absolute;
	width:60px;
	height:11px;
	margin:0;
	padding:0;
	right:41px;
	_right:39px;
	top:32px;
	text-indent:-9999px;
	background:url(images/laschicas-paginacion-btn.gif) no-repeat;
	}
	
/*SECCION - Las chicas Thumb*/
#chica-seleccionada-content {
	position:relative;
	width:914px;
	height:auto;
	margin: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:#db0000;
	}
	
#ficha-box  #contenido .title a{
	color:#db0000;
	text-decoration:none;
	}

#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 {
	position:relative;
	clear:both;
	float:left;
	width:370px;
	height:270px;
	margin:10px 0;
	padding:0 15px;
	color:#000;
	font-size:11px;
	font-family:tahoma;
	overflow:auto;
	}
	
	
#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 #db0000;
	}
	
#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:#db0000;
	}
	
.episodio .title span{
	color:#000;
	}
	
.episodio .title a{
	text-decoration:none;
	color:#db0000;
	}
	
.episodio .title a:hover{
	color:#db0000;
	}
	
/*.episodio .title{
	position:relative;
	width:657px;
	_width:654px;
	height:28px;
	float:left;
	padding:0;
	margin:0 0 6px 0;
	background:url(images/episodio-title-bg.gif) bottom repeat-x;
	}
	
.episodio .title img{
	float:left;
	margin:0;
	border:none;
	}*/
	
.episodio .texto{
	color:#000;
	font-family:tahoma;
	font-size:11px;
	}

/*Bottom Information*/
#bottom-information {
	position:relative;
	width:880px;
	height:167px;
	margin:0;
	padding:0 0 0 60px;
	background:url(images/bottom-information-bg.jpg) no-repeat;
	}
	
#bottom-information .auto-link a{
	display:block;
	width:100%;
	height:77px;
	text-indent:-9999px;
	}
	
#bottom-information .images-left {
	position:relative;
	float:left;
	width:196px;
	height:77px;
	padding:45px 0 0 0;
	margin:0;
	background:url(images/bottom-information-title.gif) no-repeat bottom;
	}
	
#bottom-information .content {
	position:relative;
	float:left;
	width:220px;
	height:62px;
	padding:60px 90px 0 10px;
	margin:0;
	background-image:url(images/bottom-information-image.gif);
	background-repeat:no-repeat;
	background-position:235px 42px;
	font-family:tahoma;
	font-size:10px;
	}
	
#bottom-information .images-rigth {
	position:relative;
	float:left;
	width:207px;
	height:77px;
	padding:45px 20px 0 11px;
	margin:0;
	background:url(images/bottom-information-title2.gif) no-repeat bottom
	}
	
#bottom-information .btn-accede {
	position:relative;
	float:left;
	width:109px;
	height:111px;
	margin:0;
	padding:18px 0 0 9px;
	}	
	
#bottom-information .btn-accede a{
	display:block;
	width:108px;
	height:111px;
	text-indent:-9999px;
	}
	
#bottom-information .lista {
	color:#FFFFFF;
	float:left;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
	height:auto;
	margin:0pt auto;
	padding:0pt;
	position:relative;
	text-align:center;
	width:820px;
}
	
#bottom-information .lista a{	
	font-size:11px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	}
	
#bottom-information .lista a:hover{	
	font-size:11px;
	color:#F6CD00;
	font-weight:bold;
	text-decoration:none;	
	}
	
#copyright {
	position:relative;
	width:auto;
	height:67px;
	padding:0;
	margin:0;
	background:#fff;
	text-align:center;
	color:#000;
	}
	
#copyright p {
	font-size:11px;
	}
	
#copyright p a{
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}
	
#copyright p a:hover{
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
	}
	
#copyright h3 {
	font-size:9px;
	}
	
/*Fixed*/
.clear {
	clear:both;
	}
	
a.mira-un-trailer{
	background:url(images/bg-mira-un-trailer.gif) left top no-repeat;
	display:block;
	width:154px;
	height:13px;
	float:left;
	margin:5px 0 0 20px;
	text-indent:-9999px;
	overflow:hidden;
}
a.mira-un-trailer:hover{
	background:url(images/bg-mira-un-trailer-hover.gif) left top no-repeat;
}
	
.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;
}
	

	
	
