/* Presentational style rules only
 * Not required
 */
.footer{
height: 50px;
width: 100%;
/*	background: #333;*/
	border-top: 2px solid #000;
	position: absolute;
	bottom: 0;
/*
margin-top: -70px; 
height: 50px; */
clear: both;
background: #b0bfcf;
background-color: rgba(0, 0, 0, 0.5);
text-align: center;
color: #FFFFFF;
}



blockquote {
  display: block;
  max-width: 480px;
  margin: 15px auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);  
  color: #e1e1e1;
  font-family: "Kotta One", serif;
  font-size: 22px;
  line-height: 28px;
}

blockquote cite {
  display: block;
  font: 18px/23px "Cantarell", sans-serif;
  font-size: 16px;
  margin-top: 16px;
  color: #cccccc;
  text-transform: uppercase;
}



/* Layout */
.navmodulos {
  width: 100%;
  background-color: rgba(221, 221, 221,0.8);/*0, 0, 0, 0.6);*/
  height: 110px;
}

.navbar {
  width: 100%;
  background-color: rgba(114,142,170,0.5);/*0, 0, 0, 0.6);*/
  height: 65px;
  z-index: 100;
 
}
.navdock {
  width: 90%;
  height: 75px;
  z-index: 9999;
  position: fixed;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
   margin-top: 150px;
}

  .inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  
  .innerb {
    position:static;
    margin: 0 auto;
    text-align: center;

  }

.navbar a {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 24px;
  border-radius: 3px;
  padding: 2px 15px;
  text-decoration: none;
  margin-top: 5px;
}

.container {
  display:table;
  padding-top: 10px;
  width: 100%;
  height:auto;

}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
    height:auto;
}

/* Special */
.sub-title {
  margin: 50px auto;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.sub-title2 {
  margin: 5px auto;
  font-size: 15px;
  line-height: 17px;
  text-align: left;

}

.button {
  display: inline-block;
  padding: 6px 10px;
  color: #cafaea;
  border: 1px solid #cafaea;
  border-radius: 3px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

#more-content {
 display: none;
}
#more-content2 {
	height:500px;
	width:50%;
	overflow:auto;
	margin-left:100px;

	
 /* display: none;*/
}



/* Media Queries */
@media only screen and (max-width: 830px) {

		#navbar-1{
		display: none;
	}
	#navbar-2{
		display: none;
	}


	
}
@media only screen and (max-width: 340px) {

.container {
    position: relative;
    display: block;
    float: left;
    vertical-align: baseline;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  
  #more-content {
    float: left;
    margin-right: 10px;
    
  }
  
  body h1 {
    font-size: 18px;
    line-height: 23px;
  } 
  
  .content, blockquote {  
    display: inline;
    margin: 0 auto;
    padding-top: 80px;
    vertical-align: baseline;
  }

  blockquote {
    width: 150px;
    margin: 15px auto;
    font-size: 16px;
    line-height: 21px;
    background-color: transparent;
  }

  blockquote cite {
    font-size: 14px;
    line-height: 19px;
  }

  .sub-title {
    font-size: 14px;
    line-height: 21px;
  }

  .button, p {
    max-width: 150px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 20px;
  }

  html, body, .container {
    height: auto;
  }
  body {
  display: table;
  width: 100%;
}
}