/*
 * Globals
 */
h3{
  font-family: Arial, Helvetica, Verdana;
  font-size: 16px;
  font-weight: bold;
}
/* Links */
a,
a:focus,
a:hover {
  color: #507419;
  text-shadow: none;
}

.logoFadeDown{
  animation:fadeInDown 1s 1s;
  -webkit-animation:fadeInDown 1s 1s; /* Safari and Chrome */
}


.top-buffer { margin-top:20px; }

.alert-danger {
  color: #850101;
  text-shadow: none;
  /*background-color: #560101;*/
  background-color: rgba(219,151,151,.3);
  border-color: #850101;
}
.alert-info{
  color: #022867;
  text-shadow: none;
  background-color: rgba(109,153,226,.3);
  border-color: #022867;
}
.alert-success{
  color: #084e01;
  text-shadow: none;
  background-color: rgba(132,214,123,.3);
  border-color: #084e01;
}

.btn-default{
  background-color: #deee3e;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6f7916;
  /*font-weight: 400;*/
  font-size: 14px;
  font-weight: bold;
  border: none;
  font-weight: bold;
  border: 1px solid #deee3e;
  
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #cad839;
  color: #6f7916;
  border: 1px solid #cad839;
  font-family: Arial, Helvetica, Verdana;
  /*font-weight: 600;*/
  font-weight: bold;
}

.form-control::-webkit-input-placeholder { color: #afb75c; }
.form-control::-moz-placeholder { color: #afb75c; }
.form-control:-ms-input-placeholder { color: #afb75c; }

input[type="text"], input[type="email"], textarea{
  color: #ffffff;
  background: rgba(0,0,0,.2);
  border:none;
}
input[type=text]:focus,input[type="email"]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(181, 235, 81, 1);
 /* border: 1px solid rgba(181, 235, 81, 1);*/
}
#txt_comentario{
  color: #ffffff;
  background: rgba(0,0,0,.3);
  border:none; 
}
#txt_comentario:focus {
  box-shadow: 0 0 5px rgba(181, 235, 81, 1);
 /* border: 1px solid rgba(181, 235, 81, 1);*/
}
/*
 * Base structure
 */


html,
body {
  height: 100%;

  /*background: url("../images/bckgd_login.jpg") #507419 50% 0 fixed;*/
  font-family: Arial, Helvetica, Verdana;
  /*background-position: center;*/
  /*background-color: #507419;*/
  background-color: #8f9b18;
  background: url(../imgs/bckgd1.jpg) #8f9b18 fixed;
  background-position: top center;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.5);
  /*overflow-x: hidden;*/
}

.nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
     padding-left: 5px;
     padding-right: 5px;
}
.nav-pills > li > a{
  font-size: 18px;
  color: #deee3e;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus{
  font-size: 18px;
  color: #6f7916;
  background-color: #deee3e;
}
.nav-pills {
    text-align:center;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  font-size: 18px;

  color: #6f7916;
  background-color: #deee3e;
}
.img-responsive {
    /*margin: 0 auto;*/

}
.margenes-10{
  margin-left: 10px;
  margin-right: 10px;
}
.carousel.fade { opacity: 1; } 
.carousel.fade .item { 
  transition: opacity ease-out .7s; 
  left: 0; 
  opacity: 0; 
  /* hide all slides */
  top: 0; 
  position: absolute; 
  width: 100%; 
  display: block; 
  } 
.carousel.fade .item:first-child { 
  top: auto; 
  opacity: 1; 
  /* show first slide */ 
  position: relative; 
  } 
.carousel.fade .item.active { opacity: 1; }

  /*
 * Footer
 */
.container{
  padding-right: 0;
   padding-left: 0;
   margin-right: auto;
   margin-left: auto;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.mastfoot {
  text-align: center;
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


.list-group-item{
  text-align: left; 
  border-style: none;
  background-color: rgba(0,0,0,.2);
  margin-bottom: 3px;
}
a.list-group-item:hover{
  background-color: rgba(0,0,0,.4);
}
a.list-group-item.active > .active{
  
  background-color: rgba(0,0,0,.4);
}
.list-group-item > h4.list-group-item-heading{
  color: #deee3e;
}
.list-group-item > p.list-group-item-text{
  color: #ffffff;
}
.list-group-item > span{
  color: #deee3e;
}

.well{
  color: #deee3e;
  border-style: none;
  background-color: rgba(0,0,0,.3);
  /*background-color: transparent;*/
}
p a{
  color: #e3ef6b;
}
p a:hover{
  color: #ffffff;
}
.white-font{
  color: #ffffff;
}

.badge{
  background-color: rgba(0,0,0,.2);
}

@media (max-width: 768px) {

  .nav-pills > li{
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 1px;
     padding-right: 1px;
  }
  .nav-pills > li > a,  
  .nav-pills > li > a:hover,
  .nav-pills > li > a:focus{
    font-size: 14px;
  }
    
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    font-size: 14px;
  }
  .list-group-item > h4.list-group-item-heading{
    font-size: 14px;
  }

html,body{
  background-color: #8f9b18;
  background: url(../imgs/bckgd1.jpg) #8f9b18;
  background-position: top center;
   background-repeat: no-repeat;
}

}

