*{
	padding: 0;
	margin: 0;
}
p{
	text-align: center;
}
footer{
	background: #BC2132;
	padding: 10px;
}
.fondo-header{
	background: url(../images/fondo_header.png) no-repeat center center; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
    height: 150px;
}
.titulo{
	padding: 10px;
	background: #BC2132;
	color: #fff;
	text-align: center;
}