@CHARSET "UTF-8";

body{
	/*background-image:url("../image/background.jpg");
	width: 100%;
	height: 100%;*/
	font-family: sans-serif;
	font-weight: bold;
}
#background{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	z-index: -10;
}
#screen {
	/*width:inherit;*/
	margin: 0 !important;
	margin-top:-10px;
}

#logo {
	/*width:inherit;*/
	float: left;
	clear: left;
	cursor: pointer;
}

div.text{
	clear:both;
	text-align: center;
	color: white;
	font-size: 25px;
	z-index: 20;
	text-shadow: black 0.082em 0.082em 0.082em;
}

div.text_18{
	clear:both;
	color: white;
	font-size: 18px;
	text-shadow: 1px 1px 3px #000000;
	z-index: 20;
}

div.text_20{
	clear:both;
	color: white;
	font-size: 20px;
	text-shadow: 1px 1px 3px #000000;
	z-index: 20;
}

div.text_28{
	clear:both;
	color: white;
	font-size: 28px;
	text-shadow: 1px 1px 3px #000000;
	z-index: 20;
}

div.text_25{
	clear:both;
	color: white;
	font-size: 23px;
	text-shadow: 1px 1px 3px #000000;
	z-index: 20;
}

div.text_captcha{
	clear:both;
	color: white;
	font-size: 25px;
	text-shadow: 1px 1px 3px #000000;
	z-index: 20;

}



.text_17{
	clear:both;
	color: white;
	font-size: 17px;
	text-shadow: 1px 1px 3px #000000;
	z-index: 20;
}

.text_16{
	clear:both;
	color: white;
	font-size: 16px;
	text-shadow: 1px 1px 3px #000000;
	z-index: 20;
}

.text_15{
	font-size: 15px;
}

#text_24{
	font-size: 24px;
}

.icon{
	display: block;
	margin-left: auto !important;
	margin-right:auto !important;
	cursor: pointer;
}

.iphones{
	display: block;
	margin-left: auto !important;
	margin-right:auto !important;
	padding-top: 50px;
}

#popup_info{
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url('../image/fondo_popup.png'); 
	background-repeat: no-repeat; 
	z-index: 500;
	width: 450px;
	height: 300px;
	margin-left: -230px;
	margin-top: -150px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-top: 130px;
	display: none;
}

#red_card{
	float: right;
	top:0px;
	padding-top:4px;
	padding-bottom:50px;
	padding-left: 0px;
	padding-right: 15px;
	background: url("../image/red.png") no-repeat left bottom;
	z-index: 20;
	position: fixed;
	width:154px;
	font-size: 16px;
	color: black;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	/*height: 215px;*/
}

#yellow_card{
	float: right;
	padding-top:23px;
	padding-bottom:50px;
	padding-left:40px;
	background: url("../image/yellow.png") no-repeat left bottom;
	z-index: 20;
	position: fixed;
	top:0px;
	width:154px;
	cursor: pointer;
	/*height: 215px;*/
}

#carta_instrucciones{
	float: right;
	width: 412px;
	height: 581px;
	z-index: 25;
	position: fixed;
	background: url("../image/tarjeta_instrucciones.png") no-repeat left bottom;
	display: none;
}

#carta_about{
	float: right;
	width: 412px;
	height: 581px;
	z-index: 25;
	position: fixed;
	background: url("../image/tarjeta_about.png") no-repeat left bottom;
	display: none;
}

#boton_cerrar{
	float: right;
	margin-right: 60px;
	margin-top: 30px;
}

.inputBox {
	width: 320px;
	height: 24px;
	margin-left: 15px;
	border: 1px solid #333333;
	background:url('../image/block_nombre.png') no-repeat center;
	font-size: 17px;
	color: white;
}

.countdown{
	border: 1px solid #333333;
	background:url('../image/block_nombre.png') no-repeat center;
	color: white;
	margin-right: 29px;
}

.inputArea{
	margin-left: 15px;
	border: 1px solid #333333;
	background:url('../image/block_mensaje.png') no-repeat center;
	font-size: 18px;
	color: white;
	resize: none;
}
