/* CSS Document */

/* General */
    BODY 	{
		margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px; height:100%; width:100%; background-color:#2d1d14;
	}					

/* Estructura */
	.ventana 
	{
		width: 700px; height:500px; position:absolute; top:50%; left:50%; margin-top:-250px; margin-left:-350px; background:transparent url('../img/construccion.jpg') no-repeat;
	}
	
/* general */
	img	{position:absolute; top:30px; left:36px;}
	
	a.email {position:absolute; bottom:21px; left:39px; text-indent:-9999px; display:block; width:180px; height:13px;}
	
	h1,h2,p {display:none;}
