.content1-background{
	position: relative;
	overflow: hidden;
	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;
	background-attachment: fixed;
}

.content1-col1{
	display:table-cell; 
	vertical-align:middle;
}

.content1-col1-fondo{
	height: 100%;
	display: block;
	position: absolute;
	z-index: -1;
}

.content1-col1 img{
	width: 100%;
	max-width: 372px;
	padding-top: 40px;
	max-width: 241px;
}	

.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;
	display:table-cell; 
	vertical-align:middle;
}

.content1-col2 img{
	width: 100%;
	/*height: 100%;
	max-height: 500px;*/
}	

.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 0px;
}

.galeria h1{
	font-size: 40px;
	color: #FFC345;
	text-align: center;
	text-transform: uppercase;
}

.img-big{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.img-big img{
	width: 100%;
	max-width: 750px;
}

.thumb img{
	padding: 0px 2%;
}

.nbs-flexisel-inner{
	max-width: 750px;
	float: initial !important;
	margin: 0 auto;
}

@media(max-width: 480px){
	.texto-inicial{
		padding: 20px 2px;
	}
}	



.borde-galeria{

	border-radius: 30px;
}