.banner-header {
    background: url("../img/banner.jpg")no-repeat 0px 0px;
    background-size: cover;
    min-height: 210px;
      
    text-align:left;
    padding: 1em 2em 0;

  }
  .banner-header2 {
   
    background: url("../img/bugLogo.gif")no-repeat 0px 0px;
    min-height: 210px;
    padding: 0 10px 0;
    margin-left: 20px;

    /* 
    background-color: #E8E6E6;
    background-size: cover;
    text-align:left;
    vertical-align: text-top;
    padding: 4em 0 0;*/
      

  }

  .banner-header2 h5{
    vertical-align: bottom;  
    color:white;
    padding: 3.6em 1.3em 0;
    font-size: 40px;

  }


  .banner-header h2 {
    font-size: 3em;
    font-family: 'FugazOne-Regular';
    color: rgb(255, 255, 255); 
   }

#usuarioconectado 
{
    background:#ff9541; 
    padding: 2px 0px 2px 25px;
}

#donar
{
  border: 2px solid #ff9541;
  border-radius: 15px;
  margin-left: 40px;
}

#donar:hover
{
 
  background: #ff9541;
   color:rgb(255, 255, 255);
}

h3 {
    font-size: 2em;
    font-family: 'FugazOne-Regular';
    margin-bottom: 0.5em;
    color: #a9a685;
}
h4 {
    font-size: 1.5em;
    color: #ff9541;
    font-family: 'FugazOne-Regular';
    margin: 0.8em 0 0.5em;
}

.col-md-6 {
    width: 50%;
}

.col-xs-12 {
    width: 100%;
}

.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}

.img-responsive.marjal{
    float: right;
    display: block;
    max-width: 100%;
    height: auto;
}

.imagen2
{
  display: block;
  max-width: 80%;
  height: auto;
  margin: auto; 
}



.about-section{
  text-align: justify;
}

/*cabecera tabla naranja*/
.warning{
background: #ff9541;

}
