/* RESET CSS */
body{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea, label,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}a:active,a:focus,button:active,button:focus{outline:0}object{outline:0}
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
/* FIN RESET */

/* TAGs */
body{
	font-family: Arial;
	font-size: 12px;
	color: #333;
	background-color: #ccc;
}

p,h1,h2,h3,h4,h5,h6, .ratingblock, .unit-rating{
	margin-bottom: 0.7em;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
	color: #666;
	margin-bottom: 0.8em;
	padding-bottom: 0.6em;
        text-align: center;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.8em;
}

a, .input.btn{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

a:hover, .input.btn:hover{
	color: #06c;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
/* Ids */
#contenedor{
	/* Hack centrado IE < 7 */
	text-align: center;
	 background-color: #f3f3f3; 
}

.samsung_publi{
	width:945px;
	margin: 120px auto;
	position:relative;
	z-index:1;
}

#contenedor_publi_samsung{
	position:absolute;
	top:0;
	width:100%;
	height: 800px;
	background: url("http://ads.adnstream.com/ads/www/delivery/avw.php?bannerid=21&campaignid=17&zoneid=10&cb=311b3571b0") center top no-repeat;
	cursor:pointer;
}

#cabecera{
	margin: 0 auto;
	width: 945px;
	height: 80px;
	position: relative;
	/* Hack centrado IE < 7 */
	text-align: left;
}

#cabecera .logo{
	float: left;
	margin: 8px 0px 8px 0px;
	height: 50px;
}

#cabecera .logo img{
	height: 50px;
}

#cabecera .remoteSite{
	margin: 6px 8px 0px;
	padding: 0px;
	height: 14px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 0.8em;
}

#cabecera .userLinks{
  float: right;
  margin-top: 28px;
  font-size: 16px;
  width: 630px;
}

#cabecera .followLinks{
    margin: 44px 8px 50px 0;
    float: right;
}

#cabecera .followLinks span{
  font-size: 1em;
  color: #666666;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: super;
}

#cabecera .userLinks li{
    display: block;
    float: left;
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    text-align: right;
}

#cabecera .userLinks li.loginOn{
    background-color: #ddd;
    color: #789;
}

#cabecera .userLinks li a:hover{
/*	text-shadow: 0px 0px 5px black;*/
        color: #f2931c;
}

#cabecera .userLinks li img{
	vertical-align: text-middle;
}

#cabecera .userLinks li.first{
}

#cabecera .userLinks form{
	display: inline;
}

#lizonavip span{
    color:#fff;
} 

#lizonavip span:hover{
    color:#f2931c;
} 

#cabecera #info{
	/*width: 174px;
	height: 14px;*/
}

#cabecera #login .input.text{
	width: 120px;
	border: 1px solid #ccc;
	padding: 0 0.3em;
}

#cabecera #login .input.btn{
	border: 0;
	cursor: pointer;
	background-color: #fff;
}

#cabecera .banner{
	width: 728px;
	height: 90px;
	float: right;
	margin: 10px 18px 0px 0px !important;
	/* IE < 7 */
	margin: 10px 10px 0px 0px;
	background-color: #fff;
	overflow: hidden;
}

#searchBox{
    width: 220px;
}

#search{
	float: left;
        text-align: center;
}

#search .input{
	border: 1px solid #ccc;
	height: 18px;
	padding: 3px;
	font-size: 17px;
	float: left;
	margin-left: 50px;
}

#search .submit{
	width: 50px;
	font-weight: bold;
	color: #fff;
	padding: 0 3px 0 0;
	background: url(/img/busquedaBoton.png) 0 0 repeat-x;
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

#search .submit:hover{
	color: #000;
	background: url(/img/busquedaBoton.png) 0 -22px repeat-x;
}


#signin_menu {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    background-color: #ddd;
    position: absolute;
    width: 210px;
    z-index: 100;
    border: 0;
    text-align: left;
    padding: 12px;
    top: 63px;
    right: 8px;
    margin-top: 5px;
    margin-right: 0px !important;
    margin-right: -1px;
    color: #789;
    font-size: 11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #f90;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 5px;
    width: 203px;
}

#signin_menu p {
    margin: 0;
}

#signin_menu a {
    color: #6AC;
}

#signin_menu label {
    font-weight: normal;
}

#signin_menu p.submit {
    padding: 10px 0;
}

#signin_menu p.remember {
    clear: both;
    margin: 5px 0;
}

#signin_menu p a {
    color: #27B!important;
}

#loginSubmit {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #06c;
    border: 1px solid #06c;
    color: #fff;
    padding: 4px 10px 5px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: bold;
}

#loginSubmit:hover, #loginSubmit:focus {
    cursor: pointer;
    background-color: #f90;
    border: 1px solid #f90;
}

#bloquePrincipal{
	width:  100%;
	/* Hack centrado IE < 7 */
	text-align: left;
	clear: both;
}

#contenido{
        margin: 26px auto 180px;
	/* margin: -15px auto 30px; */
	width: 945px;
	/* Hack centrado IE < 7 */
	text-align: left;
}

.listadoCol{
	float: left;
	margin: 0 24px !important;
	width: 188px !important;
	/* IE < 7 */
	margin: 0 18px;
	width: 182px;
}

#comentarios{
	background: #ebebeb;
	padding: 15px 0px;
}

#comentarios .contenido{
	margin: 6px auto 0;
	width: 945px;
	/* Hack centrado IE < 7 */
	text-align: left;
}

#comentarios .contenido .boton{
	float: right;
}

#comentarios h2{
	border-bottom: 1px solid #ccc;
}

#comentarioNuevo{
	margin-bottom: 100px;
}

#comentarioNuevo textarea{
	width: 100%;
	height: 5em;
	margin-bottom: 1em;
}

#pie{
	background: #c1c1c1;
	color: #bbb;
	padding: 15px 0px 50px;
}

#pie a{
	color: #000;
}

#pie a:hover{
	color: #000;
}
#pie .wrapper{
	margin: 6px auto;
	width: 945px;
	/* Hack centrado IE < 7 */
	text-align: left;
}

#pie .plataformas .plataforma{
	float: left;
}

#pie .plataformas .claim{
	font-size: 16px;
	text-align: right;
	width: 50px;
	font-family: "Lucida Sans","Lucida Grande",Arial,Helvetica,sans-serif;
	display: none;
}

#pie .plataformas .device{
	margin-top: -120px !important;
	/* IE < 7 */
	margin-top: 0;
	margin-right: 5px;
	margin-left: 5px;
}

#pie .links{
	clear: both;
}

#pie .links li{
        display: inline;
	float: left;
	margin: 20px 0 10px 30px;
}

#pie .links li.doble{
	width: 300px;
        display: inline;
        float: left;
}

#pie .links li ul{
        display: inline;
	float: left;
	margin-left: 75px !important;
	/* IE < 7 */
	text-align: right;
	width: 95px;
}

#pie .links h4{
        margin-top: 10px;
	border-bottom: 1px solid #999;
	color: #444;
        width: 300px;
}

#pie .info{
	/*float: right;
	margin-top: 0px;
	margin-right: 24px;*/
}

#pie .vcard{
	float: left;
	color: #666;
	font-weight: bold;
	margin-left: 24px;
}

#pie .lema{
	color: #333;
	font-size: 14px;
        font-weight: normal;
	/*font-family: "Lucida Sans","Lucida Grande",Arial,Helvetica,sans-serif;
	text-align: right;*/
}

#pie #searchPie .input.text{
	width: 216px;
	padding: 2px 3px 2px 20px;
	height: 18px;
	line-height: 18px;
	background: #fff url(/img/busquedaBg.png) 2% 50% no-repeat;
}

#login-signin{
	width: 600px;
	height: 500px;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: center;
}

#login-signin *{
	/* Hack centrado IE < 7 */
	text-align: left;
}

#login-signin h3{
	margin-top: 1.1em;
}

#login-signin .checks .col{
	float: left;
	margin-left: 1em;
}

#frmLogin{
	float: left;
	width: 47%;
	margin: 0 1%; 
}

#frmSignin{
	float: right;
	width: 48%;
	margin: 0 1%; 
}

#login-signin form div.text, #login-signin form #checkUser, #login-signin form .warning, #login-signin form div.submit, #login-signin form div.check{
	clear: both;
	margin-bottom: 0.7em;
}

#login-signin form div.text label {
	float: left;
	width: 25%;
	text-align: right;
}

#login-signin form div.text input {
	margin: 0 2%;
	text-align: left;
	width: 64%;
	border:1px solid #CCCCCC;
}

#login-signin form div.text.tags label {
	width: 10%;
}

#login-signin form div.text.tags input {
	width: 80%;
}

#login-signin form div.submit, #login-signin form div.check{
	margin-left: 27%;
	text-align: left;
}
#login-signin form div.submit.end{
	margin-top: 3em;
	margin-left: 0;
}

#menores label {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#panelCompartir {
	height: 250px;
	width: 400px;
}

#panelCompartir input {
	width:98%;
	border:1px solid #CCCCCC;
}

#usuario h3{
	color:#999;
	font-size:1.1em;
	margin-bottom:0.8em;
}

#usuario .columna {
	float: left;
}

#usuario .columna.izq {
	width: 190px;
	padding-right: 10px;
}

#usuario .columna.central {
	width: 590px;
	padding: 0 10px;
	border-left: 1px solid #eee;
}

#usuario .columna.der{
	padding-left: 10px;
}

#usuario .tabs {
	height: 18px;
	border-bottom: 1px solid #eee;
	margin-bottom: 0.7em;
	padding-left: 25px;
}

#usuario .tabs a{
	font-size: 0.9em;
	background: #eee url('/img/tabsBg.png') repeat-x left 0px;
	color: #666;
	display: block;
	height: 17px;
	line-height: 17px;
	padding: 0 .5em;
	margin: 0 -1px;
	border: 1px solid #eee;
	float: left;
}

#usuario .tabs .activo{
	background: #000 url('/img/tabsBg.png') repeat-x left -34px;
	color: #fff;
	cursor: default;
}

#usuario .tabs .activo:hover{
	color: #fff;
}

#usuario .tabs .inactivo:hover{
	background: #f80 url('/img/tabsBg.png') repeat-x left -17px;
	color: #000;
	border-bottom: 1px solid #ddd;
}

#usuario .activityLog blockquote{
	width: 300px;
	margin: 5px 5px 5px 20px;
	padding: 5px;
	font-style: italic;
}

#usuario .activityLog blockquote div.quote{
	background: url('/img/quoteLeft.png') no-repeat top left;
	padding-left: 16px;
}

#usuario .activityLog blockquote span.quote{
	background: url('/img/quoteRight.png') no-repeat top right;
	padding-right: 16px;
}

#usuario .activityLog li{
	padding: 4px 10px 10px 25px;
	border-bottom: 1px solid #eee;
	font-size: 0.9em;
	line-height: 1.5em;
}

.fecha{
	color: #aaa;
	font-size: 0.8em;
}

li.voto{
	/*background: url("/img/social-de.png") no-repeat;*/
}

li.favorito{
	/*background: url("/img/social-fa.png") no-repeat 0 -15px;*/
}

li.del{
	/*background: url("/img/social-de.png") no-repeat;*/
}

li.pagado{
	background: url("/img/videoPagado.png") no-repeat 1px 5px;
}

li.visto{
	background: url("/img/videoVisto.png") no-repeat 1px 5px;
}

li.compartir{
	background: url("/img/compartir.png") no-repeat 1px 5px;
}

.promo .videoLinks li.facebookConnect,
.promo .videoLinks li.addBuzz,
.promo .videoLinks li.addTwitter{
	padding-left: 4px;
}

li.addTuenti{
	background: url("/img/tuenti.png") no-repeat 1px 5px;
}

li.comentar{
	background: url("/img/comentario.png") no-repeat 1px 5px;
}

.peq{
	font-size: 0.8em;
}

.duracion{
        text-align: center;
	color: #999;
}

.promo{
	width: 100%;
	/*background: url(/img/promoBackground.png) center 36px repeat-x;*/
	/* Hack centrado IE < 7 */
	text-align: center;
}

.promo.extend{
	/*background: url(/img/promoExtendTopBackground.png) center 36px repeat-x;*/
}

.promoExtend {
		/*background: url(/img/promoExtendBackground.png) bottom center repeat-x;*/
}

.promo .borde{
	background: #222 url(/img/bordeBackground.png) bottom center repeat-x;
	width: 945px;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: left;
	position: relative;
}

.promo .borde .msg {
	border: 0;
	background-color: #ccc;
	color: #333;
	padding: 1em;
	margin: 0;
}

.promo .borde .msg.error{
	border: 1px dashed #733;
	background-color: #caa;
	color: #733;
}

.promo .borde .msg.error p{
	color: #733;
}

.promo .borde .msg.error input{
	width: auto;
}

.promo .borde .msg.ok{
	border: 1px dashed #373;
	background-color: #aca;
	color: #373;
}

.promo .borde .msg.ok p{
	color: #373;
}


.promo .borde .msg input[type="checkbox"]{
	width: inherit;
}

.promo .captura{	
	/* background: url(/img/promoLogo.png) center no-repeat; */
	width: 945px;
	height: 350px;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: left;
	float: left;
	position: relative;
}

.promo .captura.canal{	
	width: 945px;
	float: none;
}

.promo .canal .notfound{
	font-size: 3.5em;
	color: #aaa;
	padding-left: 30px;
	padding-top: 270px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.promo .marco{
	font-size: 1.2em;
	position: absolute !important;
	top: 280px;
	left: 0px;
	width: 945px;
	height: 70px;
	background: url(/img/promoTransparencia.png) center repeat-y !important;
	/* Hack para BG sin transparencias para IE */
	/* background: url(/img/promoTransparenciaIE6.png) center repeat-y; */
}

.promo .contenido{
	margin: 0px 0px;
}

.promo .contenido h2 {
	border: 0;
        padding-bottom: 0px;
        margin-bottom: 6px;
        margin-top: 3px;
        margin-left: 10px;
        text-align: left;
}

.promo .contenido p {
	font-size: 1em;
	line-height: 1.3em;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

.promo .contenido h2 a {
	color: #f90;
	font-weight: bold;
	font-size: 1.3em;
}

.promo .contenido p a{
	color: #bbb;
	font-weight: normal;
	font-size: 1.3em;
	
}

.promo .contenido a.botonVer{
	background: url(/img/promoBoton.png) 0px 0px no-repeat;
	display: block;
	margin-top: 0px;
	padding: 0 0 0 60px;
	width: 100px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
}

.promo .contenido a.botonVer:hover{
	background: url(/img/promoBoton.png) 0px -32px no-repeat;
	color: #000;
}

.promo .cabecera{
	width: 945px;
	margin: 0 auto;
	/* background: #000 url(/img/promoCabecera.png) top no-repeat; */
	position: relative;
}

.promo .cabecera .topNav{
	white-space: nowrap;
	height: 30px;
	padding-top: 6px;
	margin-left: 620px;
}

.promo .cabecera .topNav li{
	float: left;
}

.promo .cabecera .topNav a{
	background: #000 url(/img/promoLinksBg.png) top center repeat-x;
	display: block;
	border: 1px solid #333;
	border-left: 0;
	padding: 0 8px;
	font-size: 0.8em;
	height: 22px;
	line-height: 22px;
	width: 90px;
	color: #999;
	position: relative;
}

.promo .cabecera .topNav .first a {
	border-left: 1px solid #333;
}

.promo .cabecera .topNav a:hover{
	background: #000 url(/img/promoLinksBgHvr.png) bottom center repeat-x;
	color: #f90;
}

.promo .cabecera .topNav #tabHeaderActive a{
	background: #333 url(/img/promoLinksBgAct.png) top center repeat-x;
	display: block;
	border: 1px solid #666;
	border-left: 0;
	padding: 0 8px;
	font-size: 0.8em;
	height: 22px;
	line-height: 22px;
	width: 90px;
	color: #fff;
	position: relative;
}

.promo .cabecera .topNav #tabHeaderActive.first a{
	border-left: 1px solid #666;
}

.promo .cabecera .topNav .primetime a {
	background: url(/img/primetime.png) 0 0 no-repeat;
	padding: 0;
	height: 22px;
	width: 106px;
}

.promo .cabecera .topNav #tabHeaderActive.primetime a {
	background: url(/img/primetime.png) 0 -22px no-repeat;
	padding: 0;
	height: 22px;
	width: 106px;
}

.promo .cabecera .topNav .primetime a:hover {
	background: url(/img/primetime.png) 0 -44px no-repeat;
	padding: 0;
	height: 22px;
	width: 106px;
}

.promo .cabecera .topNav .primetime a span{
	display: none;
}

.promo .cabecera .topNav form{
	margin-left: 4px;
}

.promo .cabecera .topNav .input{
	border: 1px solid #333;
	height: 14px;
	padding: 2px; 
	font-size: 1em;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}

.promo .cabecera .topNav .input.submit{
	width: 50px;
	font-weight: bold;
	color: #fff;
	padding: 0 3px;
	background: #fff url(/img/busquedaBoton.png) 0 0 repeat-x;
	font-size: 0.8em;
	height: 22px;
	line-height: 22px;
}

.promo .cabecera .topNav .input.submit:hover{
	color: #000;
	background: #fff url(/img/busquedaBoton.png) 0 -22px repeat-x;
}

.promo .cabecera .topNav .input.text{
	width: 216px;
	padding: 2px 3px 2px 20px;
	height: 18px;
	line-height: 18px;
	background: #fff url(/img/busquedaBg.png) 2% 50% no-repeat;
}

.promo .cabecera .channelNav{
	/*background: #ccc url(/img/channelNavBg.png) top center repeat-x;
	border-top: 0px solid #666;*/
	text-align: left;
	padding: 3px 0;
	position: relative;
}

.promo .cabecera .channelNav .info{
	width: 101px;
	float: left;
	padding: 8px;
}

.promo .cabecera .channelNav .info .titulo{
	font-weight: bold;
	color: #fff;
}

.promo .cabecera .channelNav .botones{
	width: 936px;
	border-left: 3px solid #fff;
	/* border-top: 1px solid #666;*/
	margin: 2px 2px 2px 2px;
	padding: 0 0 0 4px;
        text-align: center;
}

.promo .cabecera .channelNav a{
	/* background: #ccc; */
	display: block;
	border-right: 3px solid #fff;
	/* border-bottom: 1px solid #666;*/
	font-size: 1.5em;
	font-weight: bold;
	height: 1.2em;
	/* width: 106px;*/
        padding: 0 14px 0 13px;
	color: #333;
	float: left;
}

.promo .cabecera .channelNav a.activo{
	background: #F2931C;
	color: #000;
}

.promo .cabecera .channelNav a:hover{
	background: #333;
	color: #ccc;
}

.promo .pie{
	width: 200px;
	height: 17px;
        display: inline;
        padding-left: 1px;
	/* margin: 0 auto;
        
	padding: 7px 9px; */
	/* Hack centrado IE < 7 */
	text-align: left;
	/* background: url(/img/promoPie.png) center no-repeat; */
}

.promo .player{
	background: #eee url(/img/playerBackground.png) repeat-x center;
	height: 400px;
	width: 945px;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: center;
}

.promo .player .videoThumb {
	position: relative;
	display: block;
	width: 480px;
	height: 360px;
	margin: 0 auto;
}

.promo .player .videoThumb a span {
	height: 360px;
	left: 0px;
	top: 0px;
	width: 480px;
	background-repeat: no-repeat;
	display: block;
	position: absolute !important;
	background-image: url(/img/play_w480.png) !important;
	background-image: url(/img/play_w480IE6.png);
	cursor: pointer;
}

.promo .pago{
	background-color: #fbfbfb;
	width: 885px; /* 945px - 40px - 40px */
	padding: 10px 30px 40px;
	color: #f2931c;
        border-bottom: 5px solid #000;
}

.promo .pago .videoTitle h1{
	margin-top: 0;
        color: #000;

}

.promo .pago .videoThumb {
	position: relative;
	display: block;
	width: 320px;
	height: 240px;
	border: 1px solid #222;
}

#trailer-holder {
	width: 320px;
	height: 240px;
	background-image: url(/img/bg-trailer-holder.png);
}

.promo .pago .videoThumb a {
	cursor: default;
}

.promo .pago #trailer a, .promo .pago #trailer a span {
	cursor: pointer;
}

.promo .pago .videoThumb a .alqu {
	height: 240px;
	left: 0px;
	top: 0px;
	width: 320px;
	background-repeat: no-repeat;
	display: block;
	position: absolute !important;
	background-image: url(/img/thumb320_alquiler.png) !important;
	background-position: 0px 0px;
	cursor: default;
}

.promo .pago .videoThumb a .susc {
	height: 240px;
	left: 0px;
	top: 0px;
	width: 320px;
	background-repeat: no-repeat;
	display: block;
	position: absolute !important;
	background-image: url(/img/thumb320_suscripcion.png) !important;
	background-position: 0px 0px;
	cursor: default;
}

.promo .pago .videoThumb a .nada {
	height: 240px;
	left: 0px;
	top: 0px;
	width: 320px;
	background-repeat: no-repeat;
	display: block;
	position: absolute !important;
	cursor: default;
}

.promo .pago #trailer a span {
	background-position: -640px 0px;
}

.promo .pago #trailer a:hover span {
	background-position: -320px 0px;
}

.promo .pago .comprar{
	text-align: center;
}

#alquiler-index .aviso{
	width: 184px;
	margin: 0.7em auto;
	font-size: 0.9em;
}

#alquiler-index .aviso a{
	color: #000;
}

#alquiler-index .aviso a:hover{
	color: #008000;
}

.promo .pago #checkPromocode{
	width: 184px;
	margin: 0 auto 8px;
}

.promo .pago #loadingPago{
	text-align: center;
}

.promo .pago #promocode{
	background: url(/img/bg-txt-codigo.png) no-repeat 0 0;
	border: none;
	height: 15px; /* 19px - 2px - 2px */
	line-height: 15px;
	margin: 7px 0px;
	padding: 2px 7px;
	width: 170px; /* 184px - 7px - 7px */
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

.botonComprar,
.promo .pago .botonRegistrar{
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color:transparent;
	height: 42px;
	width: 184px;
	border: none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 5px black;
	text-transform: uppercase;
}
 .botonComprar:hover,
.promo .pago .botonRegistrar:hover{
	background-position: 0px -42px;
}

 .botonComprar{
	background-image: url(/img/btn-comprar.png);
	font-size: 1.4em;
}
.promo .pago .botonRegistrar{
	background-image: url(/img/btn-registrarse.png);
	font-size: 1.2em;
}

#listadoBonos li{
	border-top: 1px solid #424242;
	height: 39px;
	line-height: 39px;
	padding: 0px 2px 0px 4px;
	font-weight: bold;
	background: transparent no-repeat 0px 9px;
	position: relative;
}

#listadoBonos li .precio{
	font-size: 1.2em;
}

#listadoBonos li .unidad{
	font-size: 0.9em;
}

#listadoBonos li:last-child{
	border-bottom: 1px solid #424242;
}

#listadoBonos form{
	position: absolute;
	right: 2px;
	top: 0;
}

#listadoBonos li .paypalBtn,
#listadoBonos li .creditoBtn{
	border: 1px solid #282828;
	height: 28px;
	width: 42px;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	text-indent: -9999px;
}

#listadoBonos li .paypalBtn:hover,
#listadoBonos li .creditoBtn:hover{
	border: 1px solid #f90;
}

#pago-pantallas-a,
#pago-pantallas-z{
	width: 885px;
	background:transparent repeat-y 0 0;
        display:none
}

#pago-pantallas-m{
	width: 850px;
	padding: 0 15px 0 15px;
        background-color: #fbfbfb;
}


#pago-pantallas-a,
#pago-pantallas-z{
	height: 4px;
	background-repeat: no-repeat;
}

#pago-pantallas-a{
	background-image: url(/img/bg-pago-sup.png);
}

#pago-pantallas-m{
	/*background:transparent repeat-y 0 0;
        background-image: url(/img/bg-pago-med.png);*/
        height: 360px;

}

#pago-pantallas-z{
	background-image: url(/img/bg-pago-inf.png);
}

#pago-ayuda{
        background-color: #fff;
        color: #000;
	float: right;
	width: 265px !important;
	width: 264px;
        display: none;
}

#pago-ayuda h2{
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border: none;
}

#pago-ayuda h3{
	color: #f90;
	text-transform: uppercase;
	margin-left: 9px;
}

#pago-ayuda p{
	color: #ccc;
	margin-left: 9px;
}

#alquiler-index #trailer-holder{
	width: 320px;
	float: left;
	margin-top: 20px;
}

#alquiler-index #carouselContainer{
	width: 500px;
	float: left;
	margin-left: 17px;
}

#alquiler-index #metodos,
#alquiler-index #panel-paypal,
#alquiler-index #panel-credito,
#alquiler-index #panel-bono,
#alquiler-index #panel-bono-anonimo,
#alquiler-index #panel-codigo{
	width: 230px;
}

#alquiler-index .resumen{
	color: #ccc;
}

#alquiler-index .resumen .linea{
	margin-bottom: 4px;
}

#alquiler-index .resumen .minuendo,
#alquiler-index .resumen .sustraendo{
	color: #fff;
	font-weight: bold;
	width: 50px;
	margin-left: 8px;
	float: right;
	text-align: right;
}

#alquiler-index .resumen .sustraendo{
	border-bottom: 1px solid #ccc;
	padding-bottom: 4px;
}

#alquiler-index .resumen .error{
	color: #f99;
}

#alquiler-index .resumen .okay{
	color: #9f9;
}

#alquiler-index .resumen .diferencia{
	font-weight: bold;
	text-align: right;
	margin-top: 4px;
}

#alquiler-index p,
#alquiler-index .resumen{
	margin: 0px 8px 8px;
	font-size: 1.1em;
}

#alquiler-index p b{
	color: #f90;
}

#alquiler-index .back a{
	background: url(/img/btn-volver.png) no-repeat 0px 0px;
	line-height: 30px;
	height: 30px;
	padding: 0px 5px 0px 20px;
	width: 90px; /* 115px -5px - 20px */
	display: block;
	font-weight: bold;
	text-shadow: 0px 0px 5px black;
	color: #f90;
	font-size: 1.2em;
	text-align: center;

}
#alquiler-index .back .large{
	background-image: url(/img/btn-volver-l.png);
	height: 30px;
	width: 159px; /* 184px -5px - 20px */
}

#alquiler-index .back a:hover{
	background-position: 0px -30px;
	color: #fff;
}

#alquiler-index .bloque-a{
	background-image: url(/img/bg-caja-pago-sup.png);
	height: 7px;
	width: 230px;
}

#alquiler-index .bloque-m{
	background-color: #282828;
	padding: 5px;
	width: 220px; /* 230px - 5px - 5px */
}

#alquiler-index .bloque-m h3{
	border-bottom: 1px solid #424242;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 4px 11px;
	background-repeat: no-repeat;
	background-position: 179px 0px;
}

#alquiler-index .bloque-z{
	background-image: url(/img/bg-caja-pago-inf.png);
	height: 7px;
	width: 230px;
	margin-bottom: 11px;
}

#alquiler-index .bloque-precio-a{
	background-image: url(/img/bg-seleccion-pago-sup.png);
	height: 54px;
	width: 230px;
	position: relative;
}

#alquiler-index .bloque-precio-a .precio, #alquiler-index .bloque-precio-a .tipo{
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	text-shadow: 0px 0px 5px black;
}

#alquiler-index .bloque-precio-a .precio{
	font-size: 1.6em;
	left: 49px;
	top: 0px;
	width: 62px;
}
#alquiler-index .bloque-precio-a .unidad{
	font-size: 0.8em;
}

#alquiler-index .bloque-precio-a .tipo{
	font-size: 1.2em;
	left: 111px;
	top: 0px;
	width: 70px;
}

#alquiler-index .metodos-m{
	background-color: #282828;
	margin-bottom: -2px;
}
#alquiler-index .metodos-m li{
	height: 37px;
	width: 216px;
	margin-left: 7px;
	display: block;
	border-top: 1px solid #424242;
	margin-bottom: 2px;
	padding-top: 2px;
}

#alquiler-index .metodos-m a{
	background-image: url(/img/btn-selecion-metodo.png);
	height: 35px;
	line-height: 35px;
	width: 216px;
	display: block;
}

#alquiler-index #metodos .metodos-m .paypal h3,
#alquiler-index .bloque-m h3.paypal,
#listadoBonos li .paypalBtn{
	background-image: url(/img/ico-pago-paypal.png);
}

#alquiler-index #metodos .metodos-m .credito h3,
#alquiler-index .bloque-m h3.credito,
#listadoBonos li .creditoBtn{
	background-image: url(/img/ico-pago-credito.png);
}

#alquiler-index #metodos .metodos-m .sms h3,
#alquiler-index .bloque-m h3.sms{
	background-image: url(/img/ico-pago-sms.png);
}

#alquiler-index #metodos .metodos-m .voz h3,
#alquiler-index .bloque-m h3.voz{
	background-image: url(/img/ico-pago-voz.png);
}

#alquiler-index #metodos .metodos-m .bono h3,
#alquiler-index .bloque-m h3.bono{
	background-image: url(/img/ico-pago-bono.png);
}

#alquiler-index #metodos .metodos-m .codigo h3{
	background-image: url(/img/ico-pago-codigo.png);
	font-size: 1.3em;
}

#alquiler-index #metodos .metodos-m .suscrip h3{
	background-image: url(/img/ico-pago-codigo.png);
	font-size: 1.3em;
}

#alquiler-index .bloque-m h3.codigo{
	background-image: url(/img/ico-pago-codigo.png);
}

#alquiler-index #metodos .metodos-m h3 {
	margin-bottom: 0;
	padding-left: 64px;
	color: #fff;
	font-weight: bold;
	font-size: 1.7em;
	text-shadow: 0px 0px 5px black;
	background-position: 13px 5px;
	background-repeat: no-repeat;

}

#alquiler-index #metodos .metodos-m a:hover{
	background-position: 0px -35px;
	color: #fff;
}

#alquiler-index #metodos .metodos-z{
	background-image: url(/img/bg-seleccion-pago-inf.png);
	height: 9px;
	width: 230px;
}

div.scroller{
	overflow: hidden;
}

div.scroller div.section{
	overflow: hidden;
	float: left;
}

div.scroller div.content{
	width: 500px !important;
	width: 100px;
}

.promo .videoInfo{
	background: #f3f3f3;
	padding: 20px 5px 20px 50px;
	clear: both;
        
}

.promo .videoInfo a{
    color: #000;
	font-weight: normal;
}

.promo .videoInfo a:hover{
	color: #f90;
	font-weight: normal;
}

.promo .videoDesc{
	float: left;
	width: 840px;
	margin-right: 30px;
}

.promo .videoTitle h1{
	font-size: 1.5em;
	color:  #000;
}

.promo .videoTitle h1{
	font-size: 1.5em;
	/* color:  #f2931c;*/
        color: #000;
	margin: 0.3em 0 1em 0;
	padding: 0;
        width: 450px;
        display: inline;
}

.promo .videoTitle h2{
	font-size: 1.17em;
	color:  #000;
	border-top: 1px solid #333;
	border-bottom: 0;
	margin: 0.3em 0;
	padding-top: 0.3em;
}

.promo .videoDesc p{
	color:  #000;
        text-align: justify;
}

.breadcrumb{
	font-weight: bold;
	color: #666;
	padding-left: 2em;
	margin-bottom:0;
	width: 450px;
	height: 18px !important;
	padding-top: 0 !important;
	line-height: 14px;
	overflow: hidden;
	float: left;
	text-align: left;
}

.breadcrumb .home{
	float: left;
	display: block;
	height: 11px;
	margin-top: 0;
	text-indent: -99999px;
	width: 11px;
	background-image: url(/img/gotoHome.png);
	background-repeat: no-repeat;
	background-position: 0 0;
        color: #f90;
}

.breadcrumb .home:hover{
	background-position: 0 -11px;
}

.breadcrumb .resto{
	float: left;
}

.breadcrumb a{
	color: #000;
}

.breadcrumb a:hover{
	color: #f90;
}

.promo .videoLinks{
	float: right;
	width: 280px;
        margin-left:20px;
        margin-top: -18px;
}

.promo .videoLinks li{
	/*border-bottom: 1px solid #333;
	padding: 4px 18px 4px 25px;*/
        display:inline;
        width:28px;
}

.promo .videoLinks li.first{
	/*border-top: 1px solid #333;*/
}

.promo .videoLinks li img{
	/*margin-right: 0.5em;*/
}

.promo .pie li{
	width: 20px;
	display: inline;
}

.promo .pie a{
	color: #f2931c;
        font-weight: bold;
	/* display: block; */
	height: 16px;
	line-height: 17px;
	padding-left: 19px;
}

.pie #lessInfo{
	background: url(/img/moreInfo.png) 0px 0px no-repeat;
}

.pie #moreInfo{
	background: url(/img/moreInfo.png) 0px -32px no-repeat;
}

.pie #thisInfo {
	background:url(/img/moreInfo.png) no-repeat scroll 0 -16px transparent;
}

.promo .pie a:hover{
	color: #000;
        font-weight: bold;
}

.promo .izq-off{
	background: url(/img/promoFlechaIzqOff.png) no-repeat center;
	display: block;
	float: left;
	height: 350px;
	width: 33px;
	margin-right: 0px; /* 62px; */
}

.promo .der-off{
	background: url(/img/promoFlechaDerOff.png) no-repeat center center;
	display: block;
	float: right;
	height: 350px;
	width: 33px;
	margin-right: 0px;
}

.promo .izq{
	background: url(/img/promoFlechaIzq.png) no-repeat center center;
	display: block;
	float: left;
	height: 350px;
	width: 33px;
	margin-right: 0px; /* 62px; */
}

.promo .der{
	background: url(/img/promoFlechaDer.png) no-repeat center center;
	display: block;
	float: right;
	height: 350px;
	width: 33px;
	margin-right: 0px;
}

.flotante_izquierda{
    background: url(/img/promoFlechaIzq2.png) no-repeat center center;
    display: block;
    float: left;
    height: 350px;
    position: absolute;
    left: 0px;
    width: 36px;
    z-index: 20;
    cursor: pointer;
}

.flotante_derecha{
    background: url(/img/promoFlechaDer2.png) no-repeat center center;
    display: block;
    float: right;
    height: 350px;
    position: absolute;
    left: 900px;
    width: 36px;
    z-index: 20; 
    cursor: pointer; 
}

.listado{
	margin-bottom: 20px;
}

.listado .widget{
	margin-bottom: 5px;
	margin-left: 14px;
	position: relative;
	width: 174px;
}

.listado .widget ol{
	font-weight: bold;
	color: #666;
}

.listado .widget li{
	margin-left: 1.5em !important;
	/* IE < 7 */
	margin-left: 24px;

}

.listado .widget ol li{
	margin-bottom: 0.8em;
	list-style: decimal outside none;
}

.listado .elemento{
	float: left;
	width: 174px;
	height: 160px;
	margin-bottom: 2em;
	margin-left: 14px !important;
	/* IE < 7 */
	margin-left: 12px;
	position: relative;
        text-align: center;
}

.listadoCol .listado .elemento{
	height: 200px;
}

.listado .elemento.sinvotos {
}

.listado .elemento p, h3{
	margin-bottom: 0.3em;
}

.listado .elemento h3{
	font-size: 1.1em;
        text-align: center;
}

.listado .elemento.sinvotos h3{
}

.listado .elemento.sinvotos.left h3{
	text-align: left;
}

.listado .elemento p{
	font-size: 0.9em;
}

.listado .elemento .captura,
.listado .widget .captura{
	background: transparent;
	float: none;
	width: 160px;
	height: 120px;
	display: block;
	margin-bottom: 10px;
	-moz-box-shadow:    0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow:         0px 0px 10px #ccc;

}

.listado .elemento .captura:hover,
.listado .widget .captura:hover{
	-moz-box-shadow:    0px 0px 10px #777;
	-webkit-box-shadow: 0px 0px 10px #777;
	box-shadow:         0px 0px 10px #777;
}

.listado .elemento .captura img,
.listado .widget .captura img{
	width: 160px;
	height: 120px;
	display: block;
	background: url(/img/capturaError.png) center center no-repeat;
}

.listado .elemento .media{
	color: #bbb;
}

.listado .elemento .mosca{
	display: block;
	height: 60px;
	width: 60px;
	position: absolute;
	top: 0px;
	right: 15px;
	text-align: left;
	line-height: 60px;
}

.listado .elemento h3 a{
	color: #000;
	font-weight: bold;
}

.listado .elemento h3 a:hover{
	color: #f90;
}

.listado .elemento .del img{
	vertical-align: bottom;
}

.listado .elemento .thumbInfo{
	width: 208px;
}

.listado .videoThumb {
	display: block;
	width: 160px;
}

.listado .videoThumb a span {
	height: 120px;
	left: 0px;
	top: 0px;
	width: 160px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	cursor: pointer;
	background-image:url(/img/thumbSprites.png) !important;
	background-image:url(/img/thumbSpritesIE6.png);
	background-position: 0 0;
}

.listado .videoThumb a:hover span{
	background-image:url(/img/thumbSprites.png) !important;
	background-image:url(/img/thumbSpritesIE6.png);
	background-position: 0 -120px;
}

.listado .videoThumb.ppv a span{
	background-image: url(/img/thumbSprites.png) !important;
	background-image: url(/img/thumbSpritesIE6.png);
	background-position: -320px 0;
}

.listado .videoThumb.ppv a:hover span {
	background-image:url(/img/thumbSprites.png) !important;
	background-image:url(/img/thumbSpritesIE6.png);
	background-position: -320px -120px;
}

.listado .videoThumb.ppvsus a span{
	background-image: url(/img/thumbSprites.png) !important;
	background-image: url(/img/thumbSpritesIE6.png);
	background-position: -160px 0;
}

.listado .videoThumb.ppvsus a:hover span {
	background-image:url(/img/thumbSprites.png) !important;
	background-image:url(/img/thumbSpritesIE6.png);
	background-position: -160px -120px;
}

.listado .videoThumb.new a span{
	background-image: url(/img/thumbSprites.png) !important;
	background-image: url(/img/thumbSpritesIE6.png);
	background-position: -480px 0;
}

.listado .videoThumb.new a:hover span {
	background-image:url(/img/thumbSprites.png) !important;
	background-image:url(/img/thumbSpritesIE6.png);
	background-position: -480px -120px;
}

.listado .videoThumb.new.ppv a span{
	background-image: url(/img/thumbSprites.png) !important;
	background-image: url(/img/thumbSpritesIE6.png);
	background-position: -320px 0;
}

.listado .videoThumb.new.ppv a:hover span {
	background-image:url(/img/thumbSprites.png) !important;
	background-image:url(/img/thumbSpritesIE6.png);
	background-position: -320px -120px;
}

.paginator {
	text-align: center;
	margin: 1em auto;
}

.paginator a,
.paginator span {
	padding: 4px 8px;
	margin: 0 2px;
}

.paginator a {
	color: #f90;
	border: 1px solid #ccc;
}

.paginator a:hover {
	background-color: #eee;
	color: #06c;
}

.paginator .this.pagina {
	color: #666;
	font-weight: bold;
}

.paginator .this.flecha {
	color: #ccc;
}

.paginator .break {
	color: #666;
}

.resultados {
	font-size: 0.9em;
	color: #ccc;
	clear: both;
	text-align: center;
	margin: 1em auto;
}

.comentario{
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.8em;
	margin-bottom: 0.8em;
}

.comentario .info{
	text-align: right;
	float: left;
	width: 120px;
	margin-right: 26px;
}

.comentario .karmaComentario{
background: transparent url(/img/karmaComentario.png) no-repeat scroll 0 0;
border: none;
cursor: pointer;
height: 21px;
vertical-align: middle;
width: 15px;
}

.comentario .karmaComentario.up{
	background-position: 0 -21px;
}

.comentario .karmaComentario.down{
	background-position: 0 -42px;
}

.comentario .karmaComentario.up.votado{
	background-position: 0 0;
}

.comentario .karmaComentario.down.votado{
	background-position: 0 -63px;
}

.comentario .karmaComentario.up.votado:hover{
	background-position: 0 -21px;
}

.comentario .karmaComentario.down.votado:hover{
	background-position: 0 -42px;
}

.comentario .avatar{
	float: left;
	width: 47px;
	margin-right: 26px;
}

.comentario .cuerpo{
	float: left;
	width: 500px;
}

.comentario .cuerpo .texto{
	border-left: 1px solid #ccc;
	padding-left: 10px;
	position: relative;
}

.comentario .cuerpo .texto .bocadillo{
	background: url('/img/comentarioBocadillo.png') center;
	display: block;
	position: absolute;
	top: 16px;
	left: -9px;
	width: 9px;
	height: 16px;
}

.comentario .cuerpo li {
	padding: 4px 18px 4px 25px;
}

.comentario .contadorComentarios{
	float: right;
	text-align: right;
	width: 200px;
}

.comentario .contadorComentarios a{
	font-size: 4em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #ccc;
}

.comentario .contadorComentarios a:hover{
	color: #cde;
}

.orden{
	margin-bottom: 1.4em;
}

.orden .inactivo{
	color: #ccc;
	font-weight: bold;
}

.menu{
	color: #666;
	background:#eee;
	margin-bottom: 1em;
}

.menu .cabecera{
	background: #fff url(/img/menuBordeSup.png) bottom center no-repeat;
	width: 229px;
	height: 6px;
}

.menu .contenido{
	padding: 8px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.menu .pie{
	background: #fff url(/img/menuBordeInf.png) top center no-repeat;
	width: 229px;
	height: 6px;
}

.menu h2{
	font-size: 1.2em;
	text-align: center;
	border: 0;
	color: #666;
}

.menu li{
	border-bottom: 1px solid #ccc;
	margin-top: 3px;
	padding-bottom: 3px;
}

.menu li img {
	padding: 3px;
	vertical-align: middle;
}

.menu li .collapsable {
	cursor: pointer;
}

.menu li ul li{
	padding-left: 25px;
	border-top: 1px solid #ccc;
	margin-bottom: 3px;
	padding-top: 3px;
	margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.forgot {
	width: 600px;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: center;
}

.forgot * {
	/* Hack centrado IE < 7 */
	text-align: left;
}

.forgot h1 {
	font-size: 1.8em;
	border-bottom: 1px solid #eee;
	color: #999;
	margin-bottom: 0.8em;
	padding-bottom: 0.6em;
}

.forgot form {
	width: 75%;
	margin: 0 auto;
	/* Hack centrado IE < 7 */
	text-align: center;
	
}

.forgot form * {
	/* Hack centrado IE < 7 */
	text-align: left;
}

.forgot label {
	float:left;
	text-align:right;
	width:25%;
}

.forgot input.text {
	padding: 4px 2px;
	width: 50%;
	font-size: 1.3em;
	border: 1px solid #CCCCCC;
	margin: 0 3% 1em 3%;
}

.forgot input.submit {
	font-size: 1.2em;
	padding: 2px 4px;
	text-align: center;
}

.forgot li {
	list-style-type:decimal;
	list-style-position: inside;
	margin-bottom: 1em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
	color: #999;
}

.forgot li span{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333;
	
}

.forgot li img{
	margin: 1em;
}

.bloque {
	margin-bottom: 0.7em;
}

.botonFb {
	margin-top: 1em;
}

.txtcampospeque {
	font-size: 0.9em;
}

.beta {
	/*font-variant: small-caps;*/
	font-size: 0.6em;
}

.msg {
	border: 1px dashed #ccc;
	background-color: #eee;
	padding: 1em;
	margin: 1em;
}

.msg h2{
	border: 0;
	padding: 0;
}

.msg li{
	margin-left: 1em;
	list-style-type: disc;
}

.msg input {
	width: 154px;
}

.msg.error{
	border-color: #caa;
	background-color: #fcc;
	color: #733;
}

.msg.ok{
	border-color: #aca;
	background-color: #cfc;
	color: #373;
}

.ok{
	background-color: #cfc;
}

.ko{
	background-color: #fcc;
}

a.boton{
	display: block;
	line-height: 18px;
	height: 18px;
	width: 145px;
	background: url(/img/botonBg.png) repeat-x 0 0;
	border: 1px solid #ccc;
	font-size: 1em;
	text-align: center;
	margin:0 3px;
        color: #000;
}

a.boton:hover{
	background-position: 0 -18px;
        color: #000;
}

a.boton.more{
	margin-left: 24px
}

/* Votaciones */
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 16px;
	position: relative;
	background: url('/img/stars.png') top left repeat-x;
	float: left;
	}

.unit-rating li{
	text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:8px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('/img/stars.png') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:8px;}
.unit-rating a.r2-unit{left:8px;}
.unit-rating a.r2-unit:hover{width: 16px;}
.unit-rating a.r3-unit{left: 16px;}
.unit-rating a.r3-unit:hover{width: 24px;}
.unit-rating a.r4-unit{left: 24px;}	
.unit-rating a.r4-unit:hover{width: 32px;}
.unit-rating a.r5-unit{left: 32px;}
.unit-rating a.r5-unit:hover{width: 40px;}
.unit-rating a.r6-unit{left: 40px;}
.unit-rating a.r6-unit:hover{width: 48px;}
.unit-rating a.r7-unit{left: 48px;}
.unit-rating a.r7-unit:hover{width: 56px;}
.unit-rating a.r8-unit{left: 56px;}
.unit-rating a.r8-unit:hover{width: 64px;}
.unit-rating a.r9-unit{left: 64px;}
.unit-rating a.r9-unit:hover{width: 72px;}
.unit-rating a.r10-unit{left: 72px;}
.unit-rating a.r10-unit:hover{width: 80px;}

.unit-rating li.current-rating {
	background: url('/img/stars.png') left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

#votacion {
	color: #888;
}

#ratingNums {
	font-size: 0.9em;
	margin-top: 0.4em;
	margin-left: 0.4em;
}

#ratingText {
	font-weight: bold;
	float: left;
	margin-left: 0.5em;
}

/*MESSAGE BOX CLEAN	serie	  		 */

.clean-gray{
	border:solid 1px #DEDEDE;
	background:#EFEFEF;
	color:#222222;
	padding:4px;
	text-align:center;
}
.clean-yellow{
	border:solid 1px #DEDEDE;
	background:#FFFFCC;
	color:#222222;
	padding:4px;
	text-align:center;
}
.clean-ok{
	border:solid 1px #349534;
	background:#C9FFCA;
	color:#008000;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.clean-error{
	border:solid 1px #CC0000;
	background:#F7CBCA;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	text-align:center;
}

/*Hacks*/

/* Alinea divs flotantes */
.clear{
	clear: both;
}
#fondo_suscripcion {
    margin: 0px auto;
    position:absolute;
    top:0px;
    left:0px;
    width:0;
    height:0;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    background:#fff;
    text-align:center;
    vertical-align:middle;
    z-index: 90;
}
#contenedor_suscripcion {
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-400px;
    margin-top:-300px;
    width:0;
    height:0;
    /*background:#f6f6f4;*/
    vertical-align:middle;
    z-index: 1002;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 2px #000 solid;
    background: #fff;
}

#fondo_suscripcion_transparencia{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    /*background:#fff;*/
}

#pago_bloque_1{
   background-image: url(/img/suscripciones/fondo_pago.gif);
   background-repeat:no-repeat;
   background-position: 0px 0px;
   width: 225px;
   height: 211px;
   display: inline;
   float: left;
   font-size:18px;
   text-align: center;
   color: #000;
   margin-left: 10px;
   padding: 20px 5px 10px 5px;
   cursor: pointer;
   margin-top: 21px;
}

#pago_bloque_2{
   background-image: url(/img/suscripciones/fondo_pago2.gif);
   background-repeat:no-repeat;
   background-position: 0px 0px;
   width: 225px;
   height: 211px;
   display: inline;
   float: left;
   font-size:18px;
   text-align: center;
   color: #000;
   margin-left: 18px;
   padding: 20px 5px 10px 5px;
   cursor: pointer;
   margin-top: 21px;
}

#pago_canjear_codigo{
  display: inline;
  float: right;
  font-size:12px;
  color: #000;
  text-align: center;
  width: 520px;
  margin-top: 20px;
}

#pago_contenido{
   display: inline;
   float: left;
   font-size:18px;
   color: #000;
   margin-top: 10px;
   width: 320px;
}

.pago_bloque_cabecera{
    font-size: 26px;
    width: 225px;
    text-align: center;
    margin-bottom: 25px;
}


#mensaje_contenido_pago{
   text-align: left;
   font-size:28px;
   font-weight: bold;
   float: left;
   display: inline;
   width: 500px;
   color: #000;
   height: 80px;
}

.texto_naranja{
   color: #f2931c;
}

.texto_verde{
   color: #029d02;
}

#mensaje_contenido_pago_logo{
   text-align: right;
   /* color: $('fondo_suscripcion').hide();; */
   font-size:28px;
   font-weight: bold;
   float: right;
   display: inline;
   width: 300px;
   height: 80px;
}

#mensaje_contenido_pago_canal{
   font-size: 26px;
   margin-top: 5px;
}

#mensaje_contenido_pago_codigo{
   font-size: 26px;
   margin-top: 5px;
}

.content .precio {
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 25px;
}

.faq ul{
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

.faq li {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 10px;
}

#rejilla {
    width: 945px;
}

#rejilla .pieza2 {
    width: 469px;
    /*background: #f00;*/
    height: 265px;
    float: left;
    display: inline;
}

#rejilla .pieza2b {
    width: 472px;
    float: left;
    display: inline;
}
#rejilla .pieza1b {
    width: 236px;
    float: left;
    display: inline;
    margin-bottom: 40px;
}

#rejilla .pieza3b {
    width: 708px;
    float: left;
    display: inline;
}

#rejilla .pieza4b {
    width: 945px;
    float: left;
    display: inline;
}


#rejilla .izquierda {
    margin-right: 7px;
}

#rejilla .derecha {
    margin-left: 7px;
}

#rejilla .pieza4 {
    width: 945px;
    /*background: #00f;*/
    height: 265px;
    float: left;
    display: inline;
    margin: 0 0 10px 0;
}

#rejilla .ultimo {
    margin-bottom: 50px;
}

ul.imagenesmodulo { 
  overflow: hidden;
  padding-top: 7px;
  padding-bottom: 5px;
} 
ul.imagenesmodulo li { 
  display: inline; 
} 


.captura_portada {
    	-moz-box-shadow:    0 0 10px #777;
	-webkit-box-shadow: 0 0 10px #777;
	box-shadow:         0 0 10px #777;
}
.scroll_fondo0{
        background-position: 0px 245px;
}

.enlace_pie{
font-size: 1.1em;
    font-weight: normal;
    margin-bottom: 15px;
}

.spanppvsus {
	background-image: url(/img/thumbSprites.png) !important;
	background-image: url(/img/thumbSpritesIE6.png);
	background-position: -160px 0;
        position: absolute;
        width: 160px;
        height: 120px;
        z-index: 1;
}

.spanppvppvsus {
	background-image: url(/img/thumbSprites.png) !important;
	background-image: url(/img/thumbSpritesIE6.png);
	background-position: -160px 0;
        position: absolute;
        width: 160px;
        height: 120px;
        z-index: 1;
}
.spanppvppv {
	background-image: url(/img/thumbSprites.png) !important;
	background-image: url(/img/thumbSpritesIE6.png);
	background-position: -320px 0;
        position: absolute;
        width: 160px;
        height: 120px;
        z-index: 1;
}
.spanppv2sus {
	background-image: url(/img/thumb320_suscripcion.png) !important;
        position: absolute;
        width: 320px;
        height: 240px;
        z-index: 1;
}

.spanppv2ppvsus {
	background-image: url(/img/thumb320_suscripcion.png) !important;
        position: absolute;
        width: 320px;
        height: 240px;
        z-index: 1;
}
.spanppv2ppv {
	background-image: url(/img/thumb320_alquiler.png) !important;
        position: absolute;
        width: 320px;
        height: 240px;
        z-index: 1;
}

.spanppv {
	display: none;
}