html{}
body{
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	letter-spacing: 0;
	color: #172B4D;
	margin: 30px;
}
header {
	margin: 0 auto;
	width: 1200px;
	height: 560px;
}
header img {
	margin-top: 30px;
}
#cuerpo {
	margin: 0 auto;
	width: 1200px;
}
h1{
	margin: 0 20px;
    font-weight: 500;
    text-transform: none;
}
h3{
	margin: 0 20px;
    font-weight: 500;
	text-transform: sub;
}
p {
	margin: 0 20px;
    text-transform: none;
}