/* General styles */
/* Style for header */
header {
  position: relative;
  background-color: #2c353a;
}
.menue {
  position: absolute;
  width:100%;
  padding-top:110px;
}

.menuemovil {
  position: absolute;
  width:100%;
  padding-top:110px;
}

.menu28 {
  width:100%;
}

header ul.nav {
  overflow: hidden;
  background:#000000;
  border-bottom:1px;
  border-color:#FFFFFF;
  border-style:solid;
  display: block;
  margin: 0 auto;
}


header ul.nav li {
  position: relative;
  float: left;
  width: 16%;
}

header ul.nav li a {
  display: block;
  height: 0px;
  opacity: 0;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: default;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  font-size:13px;
}
header ul.nav li a:hover {
  color: #fff;
  background-color: #222b2f;
}

.onlyResponsive
	{display: none;
	}

@media screen and (max-width: 600px) {
  header ul.nav li {
    float: none;
    width: 100%;
  }
  
  .onlyResponsive
	{display: block;
	}

  header ul.nav li a {
    height: 0;
  }
}
/* Style for header with active class name */
header.active ul.nav li a {
  height: 60px;
  opacity: 1;
  line-height: 60px;
  cursor: pointer;
  background:#000000;
}

@media screen and (max-width: 600px) {
  header.active ul.nav li a {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #222b2f;
  }
}
/* Style for the plus button */

/* Style for the plus button when header has active classe name */


@media screen and (max-width: 600px) {

}
/* Other styles */



@media screen and (max-width: 600px) {
  section {
    padding: 1.5em;
  }
}
.conta {
 clear:both;
 float:left;
 overflow:hidden;
 width:100%;
 position:relative;
 padding-top:110px;
 border-bottom: 1px solid #ffffff;
 background:rgba(0,0,0,0.5);

}

#buttons1{
    float:right;
    position:relative;
    width: 100%;
    text-align:left;
	margin-top:-1.6rem;
		
}
#buttons1 ul{
    list-style:none;
    position:relative;
    text-align: center;

}
.titulovera{
color:#737277;
text-align:center;
font-family:"Avgardo";
font-size:25px;
}

#buttons1 li{
	float:left;
	position:relative;
	line-height:0rem;
	margin-bottom:-1rem;
	margin-top:0rem;
	text-align: center;
	width: 100%;
	}/* ie needs position:relative here*/

#buttons1 a{
    text-decoration:none;
    margin:16px;
    float:left;
	height:0px;
    color:#fff;
	border-bottom:#FFFFFF;
    padding:20px 5px;
    text-align:center;
    white-space:nowrap;
	width:100%;
}
#content{overflow:hidden}/* hide horizontal scrollbar*/