body{
	background-image: url(../img/fondo.png);
	background-size: 100%;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.navbar-default {
    background-color: #3E5E3B;
    border: 0px solid;
    height: 120px;
}

ul.navbar-nav{

}

ul.navbar-nav li{
	color:#FFF;
	padding: 24px;
	background-color: #3E5E3B;
}

.semi-header{
	background-image: url(../img/bg-semiheader.fw.png);
	height:20px;
	width:100%;
	background-repeat: repeat-x;
	margin-top: -19px;
}
.semi-footer{

	background-image: url(../img/logofooterComp.fw.png);
	height:100px;
	width:100%;
	background-position: center;
	background-repeat: repeat-x;
	margin-bottom: -35px;
    position: relative;
}


/* Home */
.contenedor-imagen{
    text-align: center;
    padding: 25px;
}

.borde-imagen{
	background-color: rgba(255,255,255,.8);
    padding: 25px;
}

.fondo-imagen{
	background-image: url(../img/img-inicio.fw.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.franja-home{
	width:100%;
}

.left{
	float:left;
	width:50%;
	min-height: 450px;
}
.right{
	float:right;
	width:50%;
	min-height: 450px;
}

.header-mapa{
	z-index: 99999;
    position: relative;
}

.mapa{
	margin-top:-92px;
}

.form-control{
	height:60px;
}

textarea.form-control{
	height:100px;
}
.btn-verde{
	width:160px;
	height:70px;
	font-size:20px;
}

.cerrar-modal{
	float:right;
}


/*  Productos  */

.franja-aux{
	padding:20px;
	float:right;
}

select#categorias{
	width:208px;
	height: 70px;
	border-radius: 10px;
	padding:15px;
	border:0px solid;
	margin-right: 5px;
	background: url(../img/flechaselect.fw.png) no-repeat 95% center #fff !important;
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none; 

}

#buscador{
	width: 380px;
	height: 70px;
	border-radius: 10px;
	padding:15px;
	border:0px solid;
	background-image: url(../img/lupa.fw.png);
	background-repeat: no-repeat;
	background-position: 95% center; 
}



/*  Espaciadores  */

.clear-20{
	margin-top: 20px;
}
.clear-30{
	margin-top: 30px;
}
.clear-50{
	margin-top: 50px;
}
.clear-80{
	margin-top: 80px;
}
.clear-100{
	margin-top:100px;
}
.clear-120{
	margin-top:120px;
}
/* Fuentes  */

.fs-12{
	font-size:12px;
}
.fs-13{
	font-size:13px;
}
.fs-15{
	font-size: 15px;
}
.fs-18{
	font-size: 18px;
}
.fs-20{
	font-size: 20px;
}
.fs-25{
	font-size: 25px;
}
.fs-30{
	font-size: 30px;
}
.fs-40{
	font-size: 40px;
}
.fs-46{
	font-size: 46px;
}


.fw-bold{
	font-weight: bold;
}

.ta-left{
	text-align: left;
}
.ta-center{
	text-align: center;
}
.ta-right{
	text-align: right;
}
.ta-justify{
	text-align: justify;
}
.pd-left{
	padding-left:10px;
}

.pd-80{
	padding: 80px;
}


.blanco{
	color:#FFFFFF;
}
.verde{
	color:#3E5E3B
}
.bg-verde{
	background-color: #3E5E3B;
}
.bg-verdeseco{
	background-color: #71896F;
}
.bg-verdetenue{
	background-color: #E4E8E3;
}




@media(max-width: 767px){
	.navbar-default {
	    background-color: #3E5E3B;
	    height: 60px;
	}
	body{
		background-position: 0px 60px;
	}

	.right,.left{
		width:100%;
		padding:30px;
		height:300px;
	}
	.header-mapa{
		display: none;
	}
	.mapa{
		margin-top:30px !important;
	}
	.btn-imagen{
		width:100%;
	}

}