/*
 * Globals
 */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #026A9E;
	background: #fff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 0;
	font-weight: normal;
}

.header {
	background: #dee3db;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e4e7e2), to(#ccd9c5)) !important;
	background-image: -webkit-linear-gradient(top, #e4e7e2 0%, #ccd9c5 100%) !important;
	background-image: -o-linear-gradient(top, #e4e7e2 0%, #ccd9c5 100%) !important;
	background-image: -moz-linear-gradient(top, #e4e7e2 0%, #ccd9c5 100%) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #e4e7e2), to(#ccd9c5)) !important;
	background-image: linear-gradient(top, #e4e7e2 0%, #ccd9c5 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e7e2', endColorstr='#ccd9c5',GradientType=0 ) !important; 
}

.logo {
	background: url(../img/logo.png) no-repeat;
	display: block;
	width: 539px;
	height: 81px;
	text-indent: -9999px;
	margin:0 auto;
}

.logo-upper {
	padding-top:30px;
	padding-bottom: 30px;
}

.masthead {
	max-width: 80%;
	margin: 0 auto;
	padding-left: 25%!important;
	padding-right: 25%!important;
	
	
	background: #589c38;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#6aa944), to(#4d942f)) !important;
	background-image: -webkit-linear-gradient(top, #6aa944 0%, #4d942f 100%) !important;
	background-image: -o-linear-gradient(top, #6aa944 0%, #4d942f 100%) !important;
	background-image: -moz-linear-gradient(top, #6aa944 0%, #4d942f 100%) !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #6aa944), to(#4d942f)) !important;
	background-image: linear-gradient(top, #6aa944 0%, #4d942f 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aa944', endColorstr='#4d942f',GradientType=0 ) !important; 
	
	border-radius: 10px 10px 0 0;
	
}

.nav-justified > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  background-repeat: repeat-x; /* Repeat the gradient */
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
	background: url(../img/active.png) no-repeat center bottom;
}

.nav-justified > li a:hover {
	background: url(../img/active.png) no-repeat center bottom;
}


@media (min-width: 768px) {
  .nav-justified {
    max-height: 60px;
  }
  .nav-justified > li > a {
    border-right: 1px solid #6aa944;
    border-left: 1px solid #6aa944;
  }
  .nav-justified > li:first-child > a {
    border-left: 0;
  }
  .nav-justified > li:last-child > a {
    border-right: 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

#carousel-slider, 
#body-text, 
#galeria-width, 
#contacto-width {
	margin-top:10px !important;
	max-width: 78%;
	margin: 0 auto;
}

#body-text {
	margin-top: 30px !important;
	color: #222;
}

.blog-footer {
	width: 100%;
	margin-top: 60px;
	padding: 95px 0;
	color: #fff;
	text-align: center;
	background: url(../img/footer-trees.jpg) repeat-x #3b8527;
	position: relative;
}

.blog-footer p:last-child {
	margin-bottom: 0;
}

.footer-color {
	background:#10830f; 
	position:absolute; 
	bottom:0;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%
}

#footer-width {
	max-width: 78%;
	margin: 0 auto;
}

.footer-left-text {
	text-align: left;
}
.footer-right-text {
	text-align: right;
}

#galeria-width div {
	padding-top: 10px;
}

.cover {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	left:0;
	top:0;
	padding:4px;
}

.position-relative {
	position: relative;
}

.vishidden {
	visibility: hidden;
}

#contacto-width {
	margin-top: 30px !important;
	overflow: hidden;
	color: #3c3c3b;
}

#info-general {
	font-size: 18px;
}

.contact-item {
	background: #e3e7e1;
	margin: 20px 0 20px 0;
	padding: 20px 0 20px 0;
	border-radius: 8px;
}

.contact-item a {
	color: #1d781e;
}

@media only screen and (max-width : 1300px) {
	.masthead {
		padding-left: 20%  !important;
		padding-right: 20% !important;
	}
}

@media only screen and (max-width : 1000px) {
	.masthead {
		padding-left: 15%  !important;
		padding-right: 15% !important;
	}
}

@media only screen and (max-width : 805px) {
	.masthead {
		padding-left: 10%  !important;
		padding-right: 10% !important;
	}
	
	.footer-left-text {
		text-align: center;
	}
	.footer-right-text {
		text-align: center;
	}
}

@media only screen and (max-width : 805px) {
	.masthead {
		padding-left: 5%  !important;
		padding-right: 5% !important;
	}
	
	.footer-color {
		background: none;
	}
	
	.logo {
		background-size: 400px;
		width: 400px;
		height: 60px;
	}
}

@media only screen and (max-width : 433px) {
	.masthead {
		padding-left: 0  !important;
		padding-right: 0 !important;
	}
	
	.logo {
		background-size: 280px;
		width: 280px;
		height: 42px;
	}
}