/**************NAVEGACION***********************/



ul.nav li:first-child + li + li + li a {
  background-color:#939597 !important;
  
  }		

ul.nav li:nth-child(4) {
	background-color:#939597 !important;
	
	}  
/**************FONDO************************/

#bg { 
  background: url('../img/Lavapies-7.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left: 0px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/Lavapies-7.jpg', sizingMethod='scale');
  /*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/Lavapies-7.jpg', sizingMethod='scale')";*/
  -ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
}

/**************ACORDEON************************/

#accordion-container {
	font-size: 13px;
	background: transparent;
	padding: 48px 0px 48px 0;
}

.accordion-header {
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	background: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0 244px;
	cursor: pointer;
	color: #0099A8;
	vertical-align: middle;
	line-height: 16px;

}


.active-header {
    background: url('../img/active-bar2.png') no-repeat scroll left 50%;
    color: #fff;
}

.active-header:hover {
	background: url('../img/active-bar2.png') ;
	background-repeat: no-repeat;
	background-position: left 50%;
	color: #fff;
}

.inactive-header {
	background: url('../img/inactive-bar.jpg') transparent;
	background-repeat: no-repeat;
	background-position: left 50%;
	margin-bottom: 10px;
}

.inactive-header:hover {
	background: url('../img/inactive-bar.jpg') transparent;
	background-repeat: no-repeat;
	background-position: left 50%;
}

.accordion-content {
	display: none;
	padding: 0 0px 10px 244px;
	background: transparent;
	border-top: 0;
	color: #fff;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.accordion-content p{
	padding-right: 40px;
	line-height: 135% !important;
}

.accordion-header.last {
	margin-top: 55px;
}
/*****************/

#infohome{
	background-color: rgba(35,31,32,0.80); width: 915px; min-height: 400px;
	margin-top: 72px;
	position: relative;
	}/*black-transparent-box*/