body{
		background: linear-gradient(to top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
		background-repeat: no-repeat;
		font-family: "Calibri";
	}

header{
	margin-left: 10%;
	width: 80%;
}

footer{
	position: fixed;
	bottom: 10px;
	width: 80%;
	margin-left: 10%;
	text-align: center;
}


#secMain{
	margin-left: 10%;
	text-align: justify;
	width: 80%;
}

#fecha{
	color: #FF9900;
	font-style: italic;
	font-size: small;
}

h3{
	color: #2462A6;
}

h4{
	color: #505050;
}