.content1-col1{
	height: auto;
	display: block;
	background: url('../img/background/bg-madera.jpg') repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	text-align: center;
}

.content1-col1 img{
	width: 100%;
	max-width: 372px;
	padding: 43px 0px;
}	

.content1-col2{
	height: auto;
	display: block;
	background: url('../img/background/bg-marca.jpg') no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
}

.content1-col2 img{
	width: 100%;
}	

.texto-inicial{
	width: 100%;
	padding: 40px 0px;
	color: #fff;
	font-size: 24px;
	text-align: justify;
	background: url('../img/background/bg-inicial.jpg') no-repeat center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
}

.galeria{
	background: black;
	padding: 20px;
}

.galeria h1{
	font-size: 40px;
	color: #FFC345;
	text-align: center;
	text-transform: uppercase;
}

.galeria-botones{
	margin: 0px;
	padding: 0px 2%;

}

.galeria-botones h1{
	list-style: none;
	text-align: center;
	margin-bottom: 14px;
	background: url('../img/background/bg-brown.png') repeat;
	padding: 15px 0px;
	
}

.galeria-botones h1 a{
	max-width: 257px;
	width: 100%;
	color: #FFD0A6;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
}

.galeria-botones h1 a:hover{
	color:#F9C638;
	
	
}

.titulo h1{
	margin-bottom: 18px;
    background: none !important;
}	

.img-big{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.img-big img{
	width: 100%;
	max-width: 750px
}

.thumb img{
	padding: 0px 2%;
}

.slider{
	position: relative;
}

.slider-texto{
	width: 100%;
	position: absolute;
	top: 30%;
	color: #fff;
	font-size: 18px;
	background: url('../img/background/bg-black.png') repeat;
	padding: 30px 0px;
}

.slider-texto > div{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

@media(max-width: 560px){
	.menu{
		position: absolute;
	}

	.pad h1{
padding-top: 50px;

}
}

@media(max-width: 480px){
	.galeria-botones{
		margin-top: 66px;
	}

	.pad h1{
padding-top: 50px;

}

}	
