/* CSS Document */
body{
	padding:0;
	margin:0;
	color:#000;
	overflow:hidden;
}
#fondo{
	position:absolute;
	background-image:url(../imagenes/fondo.png);
	background-size:100% 100%;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}
#construccion{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-175px;
	margin-left:-200px;
	width:400px;
	height:250px;
	text-align:center;
}
#logo{
	width:400px;
	height:250px;
}
span{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#333;
}