
@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	border:none;	
	text-decoration:none;
	font-size:100%;
}

body {
	width:100%;	
}

/* ESTILOS PANTALLA ERROR GAMELOFT GRIS */

.overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/fade.png) repeat;
	text-align: center;
	z-index: 700;
	padding-top: 100px
}


#errorMessage-gray {
	width:100%;
	background-image:url(../images/bg-error-gray.jpg);
	margin: 0 0 0 24%;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
	max-height:288px;
	max-width:469px;
	position:absolute;
	top:92px;
	z-index:9999;
}

#errorMessage-gray .logo{
	width:16%;
	margin:3% 4%;
}

#errorMessage-gray p{
	color:#FFF;
	text-align:center;
	width:90%;
	margin: 7% 5% 0 5%;
}


#errorMessage-gray .btn_ok{
	background:url(../images/button_gray.png) no-repeat;
	width:65%;
	text-align:center;
	margin: 0 auto 50px auto;
	color:#FFF;
	text-decoration:none;
	display:block;
	line-height:81px;
	background-size: 62%;
	-moz-background-size: 62%;
	background-position:center center;
}


@media screen and (max-width:320px)
{
      #errorMessage-gray  {
		font-size:12px;
		max-height:200px;
		margin:0 0 0 0;
		}

}

@media screen and (max-width:480px)
{
      #errorMessage-gray  {
		
		margin:0 0 0 0;
		}

}