h3{
	text-align: center;
	color: #000000;
	font-family: calibri;
	
}	

h1{
	text-align: center;
	color: #000000;
	font-family: calibri;
	
}	
	
#principal{
	width: 400px;
	height: 250px;
	padding: 7px;
	margin: 0 auto;
	border: 4px solid #CCCCCC ;
	margin-top: 200px;
	background-color:  #FFFFFF;
	color: #000000;
	font-family: calibri;

}

#denegado{

	color: #FE2E2E;
	font-weight: bold;


}

#formulario{
	width: 970px;
	height: 1200px;
	padding: 7px;
	margin: 0 auto;
	border: 4px solid #FFFFFF ;
	margin-top: 20px;
    /*background-color:  #FFFFFF;*/
	color: #000000;
	font-family: calibri;
	overflow: AUTO;

}

#menu {
margin: 0px;
padding: 0px;
list-style-type: none;
}
#menu a, #menu a:visited {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
line-height: 12px;
color: #000;
background-color: #808b96;
display: block;
margin-right: 4px;
float: left;
text-align: center;
padding: 10px 20px;
text-decoration: none;
}
#menu a:hover {
color: #FFF;
background-color: #3498db;
}
#menu .actual {
background-color: #000000;
border-bottom-width: 8px;
border-bottom-style: solid;
border-bottom-color: #29b6f6;
font-weight: bold;
}
