@charset "UTF-8";
/* CSS Document */

body{
	width:100%;
	height:100%;
	background-color:#000;
	margin:0px;
	font-size:10pt;
	font-family:Helvetica, Verdana, Geneva, sans-serif;
}

p{
	color:#FFF;
}

#contenedorprovisional{
	width:520px;
	text-align:center;
	margin:auto;
}

#logo{
	
}

#enconstruccion{
	
	
}

#correo{
	width:210px;
	position:fixed;
	bottom:0px;
	right:20px;
}

.enlace{
	text-decoration:none;
	color:#FFF;
}

.enlace:hover{
	text-decoration:underline;
}

.comingsoon{
	font-size:18pt;
}