@import url(http://www.infodisema.com/css/fuentes.css) all;

html 
{ 
	display: table; 
	height: 100%; 
	width: 100%; 
} 

body 
{ 
	display: table-row;
	background-color: #000;
} 

h1 
{ 
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	font-family: "Stencil";
	font-size: 80pt;	
}

.centrado 
{ 
	width:1000px;
	height:349px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left: -500px;
	margin-top: -174px;
	/* background-color: #f0f;
	   background:url() center no-repeat transparent;*/
}
