body {
  font-family: "Asap", sans-serif;
  color:#989898;
  margin:0px;
  font-size:16px;
}

.cabeza{
  width:100%;
  height:auto;
  background-color:#28a745;
}
.menu{
  width:100%;
  height:50px;
}
.footer2{
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #28a745;
    color: white;
    text-align: center;
}
.estilof{
    background-color:#28a745;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 20px;
        }
        
        .page-top{
            margin-top:150px;
        }

   
img.zoom {
    width: 250px;
    height: 200px;
    
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }

    
.banner {
    border-left: 20px solid #0000;
    border-right: 20px solid #0000;
    border-top: 20px solid #28a745;
    border-bottom: 20px solid #28a745;
    position: relative;
}

.content {
    position: absolute;
    margin-top: -10px;
    text-align: center;
    width: 100%;
    color: white;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 black;
}