@import 'https://fonts.googleapis.com/css?family=Lato:900,700,400,300';
* {
	margin: 0;
	padding: 0;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background:#f3f3f3;
}
h1 {
	font-family: 'Lato';
	text-align: center;
	color: #BD0926 ;
	font-size: 34px;
	font-weight:900;
}
#Centrar {
	width: 500px;
	margin-left: -250px;
	margin-top:50px;
	left: 50%;
	position: absolute;
}
img {
	width: 100%;
	margin: auto;
}
p {
	color: #494c49;
	font-size: 18px;
	font-family: 'Lato';
	text-align: center;
}

@media screen and (max-width: 749px) {
#Centrar {
	width: 70%;
	margin-left: -35%;
}
}

