@charset "utf-8";
/* CSS Document */

#light_box{
	width:100%;
	height:0px;
	background-color:#000;
	position:absolute;
	left:0px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 100;
}
.combo_titulo{
	width: 716px;
	height: 41px;
	background-image: url(../imagenes/titulo_combo.jpg);
	background-repeat: no-repeat;
}
.combo_container{
	height: 616px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 120;
}
.combo_btn_cerrar{
	width: 32px;
	height: 32px;
	background-image:url(../imagenes/cerrar.png);
	cursor:pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}


/*////////////////mecanica////////////*/

.mecanica_titulo{
	width: 370px;
	height: 41px;
	background-image: url(../imagenes/concursotop.jpg);
	background-repeat: no-repeat;
}
.mecanica_container{
	height: 616px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 120;
}
.mecanica_btn_cerrar{
	width: 32px;
	height: 32px;
	background-image:url(../imagenes/cerrar.png);
	cursor:pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}


/*////////////////Ganadores////////////*/

.ganadores_titulo{
	width: 370px;
	height: 41px;
	color:#FFF;
	background-image: url(../imagenes/concursotop.jpg);
	background-repeat: no-repeat;
}
.ganadores_container{
	height: 212px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 120;
}
.ganadores_contenido{
	height:170px;
	background-color:#FFF;
}
.pais_gan{
	font-weight:bold;
}

.title_ganadores{
	color:#FFF;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-weight:bold;
}

#ganadores_reporte{
	top:10px;
	left:20px;
	position:absolute;
	color:#F00;
	width:360px;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
}

.ganadores_btn_cerrar{
	width: 32px;
	height: 32px;
	background-image:url(../imagenes/cerrar.png);
	cursor:pointer;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 125;
}
/*////////////////Ganadores////////////*/

.registro_titulo{
	width:819px;
	height: 42px;
	background-image: url(../imagenes/participacion_alerta.jpg);
	background-repeat: no-repeat;
}
.registro_container{
	height: 373px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 120;
}
.registro_btn_cerrar{
	width: 158px;
	height: 32px;
	background-image:url(../imagenes/btn_continuar.jpg);
	cursor:pointer;
	position: absolute;
	top: 383px;
	right: 0px;
}

.registro_contenido{
	background-image: url(../imagenes/back_participacion.jpg);
	width:819px;
	height:373px;
}

#share_facebook{
	width: 126px;
	height: 45px;
	position: absolute;
	top: 290px;
	left: 130px;
}

#url_usuario{
	width: 700px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F00;
	position: absolute;
	left: 390px;
	top: 315px;
}

/*///////////Alerta//////////////////*/
.alerta_titulo{
	width:416px;
	height: 1px;
}
.alerta_container{
	background-image: url(../imagenes/alerta_uno_r1_c1.jpg);
	background-repeat: no-repeat;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	position: absolute;
	z-index: 120;
}
.alerta_btn_cerrar{
	width: 191px;
	height: 25px;
	background-image:url(../imagenes/btn_alerta.jpg);
	cursor:pointer;
	position: absolute;
	top: 218px;
	right: 0px;
}

.alerta_contenido{
	width:416px;
	height:242px;
}

#msj_alerta{
	width:416px;
	position:absolute;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	color:#F00;
	top: 125px;
}
