#imagen-banner-1{
	width: 100%;
	height: 300px;
	display: block;
	position: relative;
	background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
#imagen-banner-1-capa{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,0);
}
#imagen-banner-1-titulo{
	width: 100%;
	height: auto;
	text-align: center;
	color: rgba(255,255,255,1);
	font-size: 51px;
	font-family: 'Titulo',helvetica,verdana,sans-serif;
	position: relative;
	display: block;
	margin-top: 115px;
  	text-shadow: 2px 2px 4px rgba(80,80,80,1);
  	text-transform: uppercase;
}
@media (max-width: 1000px){
	#imagen-banner-1{
		background-attachment: scroll;
	}
}
@media (max-width: 700px){
	#imagen-banner-1-titulo{
		font-size: 35px;
	}
}