body, html {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #f5f0de;
	font-weight:bold;
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	text-align:center;
	overflow-x: hidden;	
}
.tabla{
	border:#000000 1px solid;
}
#contenedor {
	position:absolute;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:100%; /* works only if parent container is assigned a height value */
	text-align:center;
	background-color:#000066;
} 
#centrada { 
position:absolute; 
top:0%; 
left:0%; 
width:100%; 
height:100%;
}
#general{
	vertical-align:middle;
}
a{
	color:#df2c28;
	text-decoration:none;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size:40px;
	font-stretch:wider;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
}
