body {
  background-color: black !important;
  color: #666 !important;		
}

a {
  color: white !important;	
}

a:hover {
	text-decoration: underline !important;	
}

.navbar-inverse {
  background-color:rgba(204,51,0,1) !important;
  font-size: 18px !important;	
}

.nav-correct {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .nav-correct {
    margin-top: 50px;
  }
}

.index-picture {
  background-image: url(../images/index-picture.jpg);
  background-size: cover;
  height: 500px;
  width: 100%;
  z-index: -1;
  position: absolute;
}

@media (max-width: 768px) {
  .index-picture {
    height: 300px;
  }
}

.index-introduce {
  height: 500px;
  z-index: 1;
}

@media (max-width: 768px) {
  .index-introduce {
    height: 250px;
  }
}

.introduce {
  color: white;
  background-color: rgba(0,0,0,0.5);
  height: 300px;
  margin-top: 100px;
}

@media (max-width: 768px) {
  .introduce {
    height: 200px;
    margin-top: 50px;
  }
}

.footer {
  margin-top: 20px;
  color: white;
  background-color: #222;
  height:150px;;
}

.left {
  float:left;	
}
.right {
  float:right;	
}

.content {
  padding-top:40px;	
  font-size:16px;
  line-height:1.6;
  text-align:justify;
}

.lapozas {
  height: 40px;	
  padding-top:20px;
  padding-left:0px;
}

.lapozas a {
  background-color: #222;
  padding: 10px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;	
  color: white;
  margin-right: 5px;
}