body{
	background-image: url("../img/cubierta01.jpg");
	background-size: cover;
}

	.titulo{
		width: 80%;
		max-width: 1000px;
		margin: 0 auto;
		color: #FFF;
		margin-top: 10px;
		font-size: 50px;
		text-align: center;
	}


@media screen and (max-width: 1200px){
	.titulo{
		width:100%;
		
	}
	
}

@media screen and (max-width: 700px){
	.titulo{
		font-size:40px;
		margin-top:50px;
		
	}
	
}

@media screen and (max-width: 400px){
	.titulo{
		font-size:30px;
		
	}
	
}



	

	