.cabecera{
	margin-bottom: 3em;	
}

.cabecera img{
	width:100%;
}

.titulares h1, .titulares h2{
	text-indent:-99999px;
	height:0;
}

.titulares h3{
	font-size: 1.1rem;
	color:#593b2c;
	font-family: 'playfairdisplay', Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin:0 auto;
	display:table;
	line-height: 1.4em;
}

.contenido{
	background-image: url("images/background.jpg");
	background-repeat: no-repeat;
	display: table;
}

.contenido p{
	color: #593b2c;
	font: bold 1.6rem "playfairdisplay", Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  margin: 0.8em auto;
  display: table;
}

.contenido img{
	margin: 0 auto;
  display: table;
}

@media screen and (max-width: 1070px){
	.contenido img {
 		width: 85%;
	}
}

@media screen and (max-width: 480px){
	.titulares h3 {
  	font-size: 0.9rem;
  }
	.contenido p {
		font-size:1.2rem;
	}
}

@media screen and (max-width: 380px){
	#diapo{
		width:100%;
	}
	.contenido{		
	background-repeat: repeat;
	}
}