body { 
	overflow: auto; 
}
H1 { 
	FONT-family: Arial; 
	text-align:left; 
	FONT-size: 120%;
	color: rgb(256,0,0); 
}

h2 {
	FONT-family: Arial; 
	text-align:letf; 
	FONT-size: 80%;
	color: rgb(0,256,0); 
}

H3 { 
	FONT-family: Arial; 
	text-align:left; 
	FONT-size: 120%;
	color: rgb(256,256,0); 
}
h4 {
	FONT-family: Arial; 
	text-align:lefts; 
	FONT-size: 70%;
	color: rgb(0,256,0); 
}

TABLE{
	
}
div#Titulo { 
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 250%;
	text-align: center;
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:15%; 
	overflow:auto; 
	background-color: yellow;
}

div#Contenedor {
	font-size: 100%;
	top: 20%;
	height: 80%;
    background-color: black;
}

div#Contenido {
	padding-left: 5%;
	font-size: 100%;
	color: yellow;
	position:absolute; 
	top:15%; 
	left:25%; 
	width:70%; 
	height:85%; 
	overflow:auto;
	background-color: black;
    
}
div#Menu {
	font-size: 120%;
	position:absolute; 
	top:15%; 
	left:0; 
	width:25%; 
	height:85%; 
	overflow:auto;
	background-color: orange;

}
#MenuCont{
	font-size: 140%;
	font-family: arial;
	text-align: center;
}

#Formulario {
	color: white;
}