/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 15px;
  padding-bottom: 20px;
  background-image: url(../../images/letrasRebebiosFondo01.jpg);
}
@media only screen and (max-width: 1000px) {
	.fondo_cabecera {
		background-image: url(../../images/tituloPortada02_S.jpg);
		background-repeat: no-repeat;
		height:66px;
	}
}
@media only screen and (min-width: 1001px) {
	.fondo_cabecera {
		background-image: url(../../images/tituloPortada02.jpg); 
		/*background-size: cover; */
		background-repeat: no-repeat;
		height:155px;
	}
}