
/* version movil */
@media only screen and (max-width: 767px)
{
    .altometro{
    height: auto;
}
.altosuelo{
    height:auto;
}
    .lab{
    height: auto;
}
.metro
{
    height: auto;
}
.altoconcreto{
    height:auto;
}
.altoasfalto{
    height: auto;
}
    .fir{
    height: 875px;
}
img.bnoti {
float: right;
margin-top: -71px!important;
margin-right: -16px;
}
    .boto{
        margin-bottom: 14px;
    }
    table.taman{
        /*height:980px!important;*/
    }
    ul.productos {
font-size: 13px;
color: #535353;
font-family: 'arial';
text-align: justify;
margin-bottom: 20px;
margin-top: 12px;
margin-left: 0px!important; 
width: 100%;
list-style: none;
}

}
/* Small devices (iphono, 768px and up) */

@media (min-width: 640px) and (max-width: 960px)
{

}
/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px)
{
 
}

/* Large devices (large desktops, 1200px and up) */
@media  (max-width: 1200px) {
 
}