
#mapa
{
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    width: 100% !important;
    height: 100% !important;
}

.leaflet-control-attribution{
    display:none !important;
}

﻿body
{
    font-family: sans-serif !important;
    font:10px !important;
    height:180% !important;
}

.grafica{
    display: none;
    position: absolute;
    display: block;
    border: 0;
    top: 0px;
    /*top: 117px;*/
    /*left: 731px;*/
    right: 0;
    z-index: 1001;
    width: 450px;
    /*height: 540px;*/
    /*    height: 630px;
        height: 485px;*/
    background-color:white;
    opacity: 0.9;	
    padding:15px;
    border-radius:10px;  
}
.barSismos{
    position: relative !important;
    top: 14px!important;
    right: -10px!important;
    height: 266px;
}
.barSismoAce{
    position: relative !important;
    top: 14px!important;
    right: -10px!important;
    height: 171px;
}
.sismo{
    display: none;
    position: relative;
    display: block;
    border: 0;
    top: 100px;
    /*top: 117px;*/
    /*left: 731px;*/
    right: 0;
    z-index: 1001;
    width: 450px;
    /*height: 591px;*/
    /*    height: 630px;
        height: 485px;*/
    background-color:white;
    opacity: 0.9;
    padding:15px;
    border-radius:10px;  
}
@media only screen and (max-width: 800px) {
    .barSismos  {
        height: 196px !important;
        width: 97px !important;
    }
    #mapa
    {
        position: absolute !important;
        top: 0px !important;
        right: 0px !important;
        width: 90% !important;
        height: 90% !important;
    }
    .sismo{
        width: 154px;
        height: 175px;
        top: 38px;
    }

}
