@charset "utf-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr{
	background:url(../_img/background.gif) repeat-x #FFF; 
}
.sub{
	background:url(../_img/backgroundsub.gif) repeat-x #FFF; 
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header i{
	display:none;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:104px;
	background:url(../_img/cabecera.jpg) no-repeat;
}
.oneColFixCtrHdr #header a.logo {
	display:block;
	width:384px;
	height:90px;
	background-image:url(../_img/logo.gif);
	margin-left:8px;
	position:absolute;
}
.oneColFixCtrHdr #header a.logo:hover {
	background-position:left bottom;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.nav ul li{
	display:inline;
}
.nav ul li a i{
	display:none;
}
.nav ul li a{
	display:block;
	height:38px;
	float:left;
	background-image:url(../_img/mainmenu.gif);
	margin-right:10px;
}
.nav ul li.op1 a{
	width:134px;
	background-position:left top;
}
.nav ul li.op2 a{
	width:134px;
	background-position:-160px top;
}
.nav ul li.op3 a{
	width:180px;
	background-position:-297px top;
}
.nav ul li.op4 a{
	width:134px;
	background-position:-480px top;
}
.nav ul li.op1 a:hover{
	background-position:left -42px;
}
.nav ul li.op2 a:hover{
	background-position:-160px -42px;
}
.nav ul li.op3 a:hover{
	background-position:-297px -42px;
}
.nav ul li.op4 a:hover{
	background-position:-480px -42px;
}
.nav ul li.op1.active a{
	background-position:left bottom;
}
.nav ul li.op2.active a{
	background-position:-160px bottom;
}
.nav ul li.op3.active a{
	background-position:-297px bottom;
}
.nav ul li.op4.active a{
	background-position:-480px bottom;
}
.nav form{
	background-image:url(../_img/backsearch.gif);
	width:200px;
	height:20px;
	float:right;
	padding: 8px 0 0 19px;
}	
.nav form input{
	border: none;
	border-color: transparent;
	width:190px;
	height:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.subnav{
	clear:both;
	height:30px;
	line-height:25px;
	text-align:center;
	margin-bottom:20px;
}
.subnav a.active{
	background-color:#666;
	color:#FFF;
}
.subnav span{
	color:#999;
	margin-left:20px;
	margin-right:5px;
}
.subnav a{
	color:#CCC;
	text-decoration:none;
}
.subnav a:hover{
	color:#FFF;
}
.alphaselect{
	float:left;
}
.alphaselect li{
	display:inline;
}
.alphaselect a{
	display:inline-block;
	padding:0 2px;
	text-transform:uppercase;
}
/*CAJA USUARIO*/
.user{
	background-image:url(../_img/backuser.gif);
	height:102px;
	border-left:2px solid #000;
	border-right:2px solid #000;
	width:226px;
	color:#CCC;
	padding:0 5px;
}
.user p{
	background-image:url(../_img/backuser_p.gif);
	width:225px;
	height:27px;
	margin-top:3px;
	line-height:27px;
}
.user p.titulo{
	background:none;
	margin-bottom:8px;
	padding-left:2px;
}
.user p.titulo a{
	color:#09F;
	font-size:14px;
}
.user p.titulo a{
	display:inline;
	height:auto;
	width:auto;
	float:none;
	overflow:visible;
	text-indent:0;
}
.user p a{
	display:block;
	float:right;
}
.user p span{
	text-align:center;
	display:block;
	width:100px;
	float:left;
}
.user p span b{
	font-size:16px;
}
.nouser, .user{
	position:absolute;
	right:0;
	top:0;
}
.nouser{
	background-image:url(../_img/backnouser.gif);
	height:102px;
	border-left:2px solid #000;
	border-right:2px solid #000;
	width:226px;
	color:#CCC;
	padding:0 5px;
}
.nouserwrap{
	position:absolute;
	height:102px;
	width:226px;
	overflow:hidden;
}
.login{
	padding-top:5px;
	height:102px;
	position:absolute;
	width:226px;
	top:102px;
}
.login form label {
	display:block;
	float:left;
	line-height:22px;
	height:22px;
	width:70px;
	text-align:right;
	padding-right:3px;
}
#loginalert form label{
	display:block;
	float:left;
	line-height:22px;
	height:22px;
	width:50px;
	text-align:right;
	padding-right:3px;
}
.login input, #loginalert input{
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.botonrojo, .botonazul, .botonplay, .botongris{
	display:block;
	border:none;
	width:121px;
	height:26px;
	line-height:26px;
	color:#FFF;
	font-size:10px;
	text-transform:uppercase;
	padding:0;
	text-align:center;
	text-decoration:none;
}
button.botonrojo, button.botonazul, .botongris{
	background-color:transparent;
}
.botonrojo:hover, .botonazul:hover, .botongris:hover {
	color:#000;
}
.botongris{
	background-image:url(../_img/botgris.gif);
}
.botonplay{
	background-image:url(../_img/botplay.gif);
	width:190px;
	height:27px;
	margin:0 auto;
}
.botonplay:hover{
	color:#999;
}
.botonazul{
	background-image:url(../_img/botazul.gif);
}
.botonrojo{
	background-image:url(../_img/botrojo.gif);
}
.login form .botonazul{
	margin-left:72px;
	margin-top:0px;

}
.login form p.recordar{
	text-align:center;
	margin-top:2px;
	font-size:10px;
}
.login form p.recordar a{
	color:#0099FF;
}
.login form p.recordar a:hover{
	text-decoration:none;
}
.registro, .nopass{
	padding-top:10px;
	height:102px;
	position:absolute;
	width:226px;
}
.nopass{
	top:-102px;
}
.registro a, .nopass a{
	color:#09F;
}
.registro p, .nopass p{
	text-align:center;
}
.resgistrate{
	display:block;
	width:142px;
	height:47px;
	background-image:url(../_img/haztesocio.gif);
		overflow:hidden;
	text-indent:-999px;
	margin:5px auto 5px auto;
}
.resgistrate:hover{
	background-position:left bottom;
}
/*COMO FUNCIONA FRONT*/
.pasos{
	width:942px;
	height:213px;
	margin:10px auto 10px auto;
}
.pasos li{
	display:inline;
}
.pasos li a{
	display:block;
	float:left;
	height:213px;
	background-image:url(../_img/pasos.jpg);
	overflow:hidden;
	text-indent:-999px;
}
.pasos li a.registrate{
	background-position:left top;
	width:325px;
}
.pasos li a.recarga{
	background-position:-325px top;
	width:280px;
}
.pasos li a.disfruta{
	background-position:-605px top;
	width:337px;
}
.pasos li a.registrate:hover{
	background-position:left bottom;
}
.pasos li a.recarga:hover{
	background-position:-325px bottom;
}
.pasos li a.disfruta:hover{
	background-position:-605px bottom;
}
/*FICHA*/
.ficha .imgpeli img{
	border:1px solid #CCC;
	margin-bottom:10px;
}
.ficha .imgpeli{
	width:160px;
	text-align:center;
	float:left;
	margin-left:80px;
}
.ficha .imgpeli .botonrojo, .ficha .imgpeli .botonazul, .ficha .imgpeli .botongris{
	float:none;
	margin-right:5px;
	margin:0 auto;
}
.ficha .descripcion{
	float:left;
	margin-left:25px;
	margin-right:25px;
	width:365px;
}
.ficha .descripcion p{
	margin-bottom:20px;
	line-height:17px;
}
.ficha .descripcion h1{
	font-weight:bold;
	font-size:22px;
	color:#06C;
	margin-bottom:10px;
}
.ficha .info{
	margin-left:40px;
}
.ficha .info .infocredits{
	float:left;
	width:301px;
	text-align:center;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #EDEDED;
}
.ficha .info .infocredits div{
	float:left;
	height:25px;
	color:#999;
	font-size:14px;
	padding-left:25px;
	background-position:left center;
	background-repeat:no-repeat;
}
.ficha .info .infocredits h2{
	float:left;
	width:65px;
	color:#0066CC;
	font-weight:normal;
}
.ficha .info .infocredits div.creditos{
	background-image:url(../_img/monedas.gif);
	border-right:1px dotted #CCC;
	padding-right:15px;
	margin-right:20px;
	margin-left:15px;
}
.ficha .info .infocredits div.tiempo{
	background-image:url(../_img/reloj.gif);
}
.ficha .info .infocredits div b{
	font-size:20px;
	font-weight:normal;
	color:#06C;
}
.ficha .info .fichatecnica{
	float:left;
	background-color:#ededed;
	width:301px;
	padding:30px 0 0 0;
	margin-top:10px;
	background-image:url(../_img/backinfoficha.gif);
}
.ficha .info p a{
	color:#06F;
}
.ficha .info p a.botonplay{
	color:#FFF;
}
.ficha .info p a:hover{
	text-decoration:none;
}
.ficha .info p a.botonplay:hover{
	color:#CCC;
}
.ficha .info p{
	padding:5px 20px;
	line-height:20px;
	color:#666;
}
.ficha .info span{
	color:#999;
}
.ficha .info p.playtrailer{
	text-align:center;
	border-top:2px dotted #CCC;
	margin-top:5px;
	padding-top:10px;
	background-image:url(../_img/backinfofichafooter.gif);
	background-position:bottom left;
	padding-bottom:40px;
}
.cerrartrailer{
	display:block;
	padding:3px 20px;
	background-color:#666;
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	text-align:right;
	border-bottom:5px solid #333;
}
.cerrartrailer span{
	color:#CCC;
}
.cerrartrailer:hover{
	background-color:#333;
	color:#CCC;
}
/*BREADCRUMB*/
.subnav .breadcrumb{
	float:left;
}
.subnav .breadcrumb li{
	display:inline;
	padding:0 15px 0 0;
	margin-right:10px;
	background-image:url(../_img/breadsep.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.subnav .breadcrumb li:last{
	background:none;
}
.subnav .breadcrumb li span{
	color:#09F;
	width:auto;
	margin-left:0;
}
/*PROXIMAMENTE FRONT*/
.proximamente{
	width:950px;
	height:117px;
	background-image:url(../_img/backestrenos.gif);
	margin:0 auto 30px auto;
	position:relative;
}
.proximamente ul li.masprox a{
	background-image:url(../_img/masprox.gif);
	border:medium none;
	display:block;
	margin-top:17px;
	overflow:hidden;
	text-indent:-999px;
	width:52px;
	position:absolute;
	right:0;
}
.proximamente ul li.masprox a:hover{
	background-position:left bottom;
}
.proximamente ul li.masprox{
	margin:0;
	float:left;
}
.proximamente ul{
	width:900px;
	height:auto;
	margin-left:35px;
	padding-top:25px;
}
.proximamente ul li a{
	display:block;
	width:145px;
	height:65px;
	text-align:left;
	border-right:1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
	text-decoration:none;
}
.proximamente ul li a.last{
	border:none;
}
.proximamente ul li a:hover{
}
.proximamente ul li{
	margin:0 15px;
	float:left;
}
.proximamente ul li img{
	width:40px;
	vertical-align:top;
	margin-right:10px;
	float:left !important;
	border:1px solid #999;
}
.proximamente a p {
	color: #666;
	font-size:12px;
	margin-top:5px;
}
.proximamente a span {
	display:inline !important;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#06F;
}
.proximamente a:hover span {
	color:#333;
}
/*FOOTER*/
#footer {
	padding: 25px 0 50px 0;
	background:#666;
	margin-top:50px;
	border-top:5px solid #333;
	text-align:left;
	position:relative;
}
.sgae{
	border-top:1px dotted #333333;
	margin-top:10px;
	padding-top:10px;
}
.siguenos{
	border-bottom:1px dotted #333333;
	margin-bottom:10px;
	text-align:left;
}
.sgae a{
	color:#999;
	font-size:10px;
	text-decoration:none;
	display:block;
	padding-bottom:10px;
}
.sgae a:hover{
	color:#333;
}
.gotop{
	background-image:url(../_img/gotop.gif);
	background-position:right top;
	color:#666;
	display:block;
	font-size:10px;
	height:25px;
	letter-spacing:1px;
	line-height:29px;
	margin-top:-40px;
	position:absolute;
	right:40px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:125px;
}
.gotop:hover{
	color:#CCC;
}
.wrapfooter{
	width: 960px;
	margin: 0 auto;
}
#footer h2{
	background-color:#595959;
	border-bottom:1px dotted #666666;
	color:#999999;
	font-size:10px;
	letter-spacing:1px;
	margin-bottom:15px;
	margin-left:-10px;
	margin-right:10px;
	padding:2px 10px;
	text-transform:uppercase;
}
.logofooter{
	width:170px;
	float:left;
}
.logofooter img{
	margin-bottom:3px;
}
.logofooter{
	font-size:10px;
	color:#CCC;
	margin-right:30px;
	text-align:center;
}
.navfooter{
	float:left;
	width:270px;
	color:#333;
	border-left:1px dotted #595959;
	padding-left:10px;
}
.navfooter a{
	color:#a8a8a8;
	display:inline;
	padding:1px 5px;
	text-decoration:none;
	border:1px solid #595959;
	border-left:3px solid #595959;
	border-bottom:3px solid #595959;
}
.navfooter a:hover{
	border-color:#808080;
	border-left:10px solid #808080;
	color:#FFF;
}
.navfooter dt{
	font-size:10px;
	text-transform:uppercase;
	margin-top:10px;
}
.navfooter dd{
	padding-left:15px;
	margin-top:8px;
}
.infofooter{
	padding-left:10px;
	float:left;	
	width:400px;
	border-left:1px dotted #595959;
	color:#a8a8a8;
}
.infofooter a{
	color:#CCC;
}
.infofooter a:hover{
	color:#FFF;
	text-decoration:none;
}
.infofooter p{
	margin-bottom:20px;
}
.infofooter form{
	padding:0;
	margin-bottom:20px;
}
.infofooter form label{
	display:block;
	color:#A8A8A8;
}
.infofooter form input, .infofooter form textarea{
	color:#333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:350px;
	display:block;
	margin-bottom:5px;
	border:1px solid #808080;
	background-color:#a8a8a8;
}
.infofooter form input:focus, .infofooter form textarea:focus{
	border:1px solid #09F;
	background-color:#FFF;
}
.infofooter form textarea#comment{
	height:150px;
}
/*MIS PELICULAS*/
.micuenta h1, #mispelis h1{
	color:#CCC;
	border-bottom:1px dotted #CCC;
	margin-bottom:20px;
	font-weight:bold;
	text-align:center;
}
.micuenta span, #mispelis span{
	font-size:16px;
	color:#06F;
	font-weight:bold;
}
.micuenta{
	width:320px;
	float:left;
	margin-right:40px;
}
.micuenta div{
	color:#333;
	margin-bottom:10px;
	border-bottom:1px solid #EDEDED;
	padding-bottom:20px;
}
.micuenta div p{
	margin-bottom:5px;
}

#mispelis{
	width:600px;
	float:left;
	margin-top:0px;
}
#mispelis ul{
	width:600px;
}
/*ALERTAS*/
.alert{
	display:none;
}
.alert h2{
	font-weight:bold;
	font-size:16px;
	color:#06C;
	margin-bottom:0px;
}

.alert .botongris, .alert .botonrojo, .alert .botonazul{
	float:left;
}
.alert span{
	font-size:16px;
	color:#06F;
	font-weight:bold;
}
.alert p{
	margin-bottom:10px;
}
.alert .botongris, .alert .botonazul{
	margin-left:55px;
	margin-right:5px;
}
#simplemodal-overlay {
	background-color:#000;
}
#simplemodal-container {
	background-color:#EDEDED;
	border:8px solid #444;
	padding:20px;
	text-align:center;
	background-image:url(../_img/backalerta.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	height:auto !important;
}
/*Internet explorer 6*/
.ie6no{
	width:920px;
	height:40px;
	padding:10px 20px 10px 20px;
	color:#CCC;
	margin:0 auto;
}
.ie6no a{
	color:#09F;
}
.backie6no{
	background-image:url(../_img/backgroundie6no.gif);
}
/*Particularidades de firefox*/
a:active, a:focus, button:active, button:focus {
	outline: 0;
}
*::-moz-selection {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#7abdff none repeat scroll 0 0;
}
/*botones visualizacion*/
#gogrid, #golist{
	display:inline-block;
	height:18px;
	width:19px;
	overflow:hidden;
	text-indent:-999px;
	background-image:url(../_img/botvisualizacion.gif);
	margin-left:3px;
	margin-top:3px;
}
#gogrid{
	background-position:right top;
}
#gogrid.active{
	background-position:right 18px;
}
#golist.active{
	background-position:left 18px;
}
.botvisualizacion{
	float:left;
}
.botvisualizacion span{
	display:block;
	float:left;
}
.generos{
	float:left;
}
.generos select{
	width:150px;
}
/*Paginacion*/
.pagination{
	margin:auto 20px;
	text-align:center;
	color:#999;
	font-size:10px;
}
.pagination a {
	background-color:#999;
	border:2px solid #CCC;
	color:#EDEDED;
	font-size:12px;
	line-height:20px;
	padding:3px 10px;
	text-decoration:none;
	text-transform:capitalize;
	padding-left:6px;
	padding-right:6px;
}
.pagination span{
	padding: 3px 6px;
	font-weight:bold;
	color:#06F;
}
.pagination a:hover {
	background-color:#000000;
	border:2px solid #333;
}
.page_numbers{
	margin-top:20px;
}
.page_items{
	color:#999;
	font-size:10px;
	padding-top:10px;
}
.top10{
	background-image:url(../_img/backTop10.gif);
	background-repeat:no-repeat;
	background-position:center 190px;
}
.top10 .filmrotator{
	height:350px;
}
.cerrar:hover{
	background-position:top left;
}
.cerrar{
	position:absolute;
	right:10px;
	top:9px;
	background-image:url(../_img/botcerrar.gif);
	background-position:bottom left;
	width:16px;
	height:16px;
	text-indent:-999px;
	overflow:hidden;
	display:block;
}
.user p span.hola{
	font-size:10px;
	color:#999;
	display:inline;
	width:auto;
	line-height:10px;
	text-align:left;
	float:none;
}
#login{
	position:relative;
}
#cargando{
	text-align:center;
	padding:10px;
	position:absolute;
	width:130px;
	background-color:#333;
	border:3px solid #999;
	margin:35px;
	display:none;
}
/*paginacion*/
.paginacion {
border-top:1px dotted #CCCCCC;
margin-top:20px;
padding:10px 5px 5px;
position:relative;
}
.paginacion a.prevpag, .paginacion a.nextpag {
background-repeat:no-repeat;
color:#39F;
display:block;
width:150px;
font-size:14px;
height:25px;
line-height:23px;
text-decoration:none;
position:absolute;
top:10px;
}
.paginacion a.prevpag:hover, .paginacion a.nextpag:hover {
color:#333333;
}
.paginacion a.prevpag {
background-image:url(../_img/pagant.gif);
background-position:left top;
left:0;
padding-left:35px;
}
.paginacion a.nextpag {
background-image:url(../_img/pagsig.gif);
background-position:right top;
right:0;
text-align:right;
padding-right:35px;
}
.paginacion .pages {
color:#666666;
display:block;
margin:2px auto;
text-align:center;
margin-top:5px;
}
.resultado{
	background-color:#e2edf7;
	border:1px solid #09F;
	padding:10px;
	text-align:left;
	display:block;
	margin-bottom:10px;
	margin-top:-15px;
	position:relative;
	color:#333;
	font-size:14px;
}
.resultado b{
	color: #09F;
}
.resultado a.cancelarbusqueda{
	background-image:url(../_img/cerrarbusqueda.gif);
	background-position:right 3px;
	background-repeat:no-repeat;
	color:#0099FF;
	display:block;
	height:25px;
	padding-right:20px;
	position:absolute;
	right:10px;
	top:10px;
}

.resultado a.cancelarbusqueda:hover{
	color:#333;
}
.textoresultado{
	color:#666;
	font-size:14px;
	text-align:center;
	display:block;
}
/*formulario de registro*/
.formregistro{
	background-image:url(../_img/backformregistro.gif);
	background-repeat:no-repeat;
	background-position:40px 20px;
	min-height:350px;
}
form#formregistro, div#formregistro{
	margin-top:40px;
	float:right;
	border-left:1px dotted #666;
}

form#formregistro .acciones, div#formregistro .acciones {
margin-bottom:20px;
margin-top:10px;
text-align:right;
margin-left:440px;
}
form#formregistro input, div#formregistro input {
width:425px;
border:1px solid #CCC;
}
form#formregistro .tipo2 input, form#formregistro .tipo2 select, div#formregistro .tipo2 input, div#formregistro .tipo2 select  {
	width:330px;
}
form#formregistro p.tipo2 label, div#formregistro p.tipo2 label{
display:block;
float:none;
text-align:left;
width:auto;
}
form#formregistro .tipo2, div#formregistro .tipo2{
	margin-left:135px;
}
form#formregistro .tipo2 .condiciones{
	width:auto;
}
.contcondiciones label.error{
	margin-left:3px !important;
	margin-top:3px;
	position:absolute;
}
form#formregistro div.tipo2, div#formregistro div.tipo2{
	margin-top:10px;
}
form#formregistro .tipo2 h2, div#formregistro .tipo2 h2{
	color:#666;
}
form#formregistro .tipo2 span, div#formregistro .tipo2 span{
	font-size:10px;
	color:#666;
}
form#formregistro .radios input, div#formregistro .radios input  {
width:auto;
}
form#formregistro .acciones button, div#formregistro .acciones button {
}
form#formregistro .acciones button:hover, div#formregistro .acciones button:hover {
background-color:#333;
}
form#formregistro label, div#formregistro label {
display:block;
float:left;
padding-right:5px;
text-align:right;
vertical-align:middle;
width:130px;
}
form#formregistro p, div#formregistro p {
padding:5px;
}
form#formregistro label.error, div#formregistro label.error {
color:red;
display:block;
float:none;
margin-left:135px;
text-align:left;
width:425px;
}
form#formregistro input.error, div#formregistro input.error {
background-image:url(../_img/validacion.gif);
background-repeat:repeat-x;
background-position:bottom left;
}
.nopass p{
	margin-bottom:8px;
}
p.error{
	color:red;
	font-weight:bold;
	background-image:url(../_img/errorlogin.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:52px;
	margin-bottom:3px;
}
.cerrartrailer{
	cursor: pointer;
}
.infodch{
	margin-left:90px;
	padding-top:80px;
	position:absolute;
	width:295px;
}
.recarga h1{
	display:block;
	clear:both;
	text-align:center;
	color:#666;
	border-bottom:1px dotted #CCC;
	margin-bottom:5px;
	padding-bottom:10px;
	padding-top:20px;
	font-size:24px;
	font-weight:normal;
}
a div.ofertaregistro{
	text-decoration:none;
	cursor:pointer;
}
.ofertaregistro{
	background-image:url(../_img/backofertaregistro.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:248px;
	height:79px;
	color:#FFF;
	font-weight:bold;
	font-size:45px;
	position:relative;
	padding-top:20px;
	margin:auto;
}
.ofertaregistro span{
	font-size:15px;
	color:#333;
}
.ofertaregistro div{
	float:left;
	margin-left:20px;
	padding-top:8px;
}
.ofertaregistro .creditos{
	position:absolute;
	left:100px;
}
.ofertaregistro .euro span{
	font-size:20px;
	margin-left:0;
}
.importe{
	border-top:1px dotted #CCC;
	padding-top:5px;
	margin-top:15px;
	text-align:right;
}
.importe h2{
	font-weight:bold;
	color:#06C;
}
div#formregistro strong{
	color:#333;
	font-weight:bold;
}
.alertpago{
	margin-top:30px;
	padding:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:400px;
	margin: 0 auto;
	color:#666;
	padding-top:65px;
}
.ko{
	background-image:url(../_img/ko.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
.ok{
	background-image:url(../_img/ok.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
.repetirpass{
	line-height:12px !important;
}
.logincontenido{
border:2px solid #CCCCCC;
left:auto;
margin:20px auto 0;
padding:20px 20px 0 20px;
position:relative !important;
top:auto;
}
/*HISTORICO*/
.historico table{
	display:none;
}
.historico table td{
	border-bottom:1px dotted #CCC;
	padding:3px;
}
.historico table td.fecha{
	width:150px;
	font-size:10px;
	color:#666;
	margin-bottom:5px;
}
.historico table td.titulo{
	font-size:14px;
}
.verhistorico{
	display:block;
	padding:10px;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	cursor: pointer;
	color:#06C;
	border-bottom:1px solid #06C;
}
.verhistorico:hover{
	color:#333;
}
#precomprar{
	margin-top:5px;
}
.loaderdescarga{
	text-align:center;
	width:367px;
	height:176px;
	background-image:url(../_img/backloaderdescarga.gif);
	margin:0 auto;
}
.loaderdescarga img{
	margin-top:83px;
}
#descargapeli a{
	display:block;
	height:234px;
	margin:0 auto;
	width:213px;
	background-image:url(../_img/descarga.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:10px;
}
#descargapeli a i{
	display:none;
}
#descargapeli a:hover{
	background-position:bottom left;
}
#descargapeli p{
	border-top:1px solid #EDEDED;
}
.textinfo{
	text-align:center;
	color:#999;
	padding-top:10px;
}
.validar_recarga{
	background-image:url(../_img/backrecarga.gif);
	background-repeat:no-repeat;
	background-position:40px 20px;
	min-height:350px;
}
p.tiempo{
	margin-top:5px !important;
}