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