div{
	border-radius:5px;


}
 
#encabezado{
    z-index: 1;
	position: fixed;
	background-color:#122A50;
	width:99%;
	height: 80px;
	border: 2px solid lightblue;
	font-family: Times;
	margin-top: -20px;
	margin-bottom: 10px;
}
.izquierda{
	position:relative;
	margin-top:70px;  
	float:left;
	background-color:#1F4583;
	width:19%;
	height:800px; 

}
.derecha{
	position:relative;
	margin-top:70px;
	float:right;
	background-color:#AFBFDA;
	width:80%;
	height: 800px;
}
#pie{
    clear:both;
    }

#nombre{

	float: left;
	margin-left: 15px;
	padding-top: 15px;
	font-size: 20px;
	font-family: vernada, sans-serif;
	color: #ffffff ;
	 	
}







