html,body{
	background-color: #CEF6F5;
	font-family: times;
	font-size: 12 px;
	
}

header{
	background-color:#2E9AFE;
	text-align: center;
	color: white;
	padding: 20px;

}

#content{
  margin : 0px 30px;
  
  }
#fecha{
  font-style: oblique;
}
#h1{
  	background-color:#2E9AFE;
    font-style: oblique;
    color:#2E9AFE;
    text-align: center;

}
        
    