﻿body {
    font-family:Arial !important;
}

.dataTables_empty {
    text-align:center !important;
}
form{
    overflow:hidden;
    display:block;
}

.modal-close-btn {
    display:none !important;
}

h3{
    width:100%;
    text-align:center;
    padding:0px !important;
    margin:0px !important;
}
.SinPadding {
    padding:0px 0px !important;
}

.contenedor_mapa {
    height:390px;
    /*border:3px solid #006699;
    margin:12.33px 2.5% 0px;
    width:95%;*/
}

.contenedor_mapa_zonas {
    height:603px;
}

.contenedor_ultimos_sismos {
    height:530px;
}

.contenedor_mapa_detalle {
    height: 100%;
}

.contenedor_mapa_redes {
    height:564px;
    width:100%;
    float:left;
}

.contenedor_mapa_detalle_estaciones {
    height:506px;
}

.etiqueta_negrita_mapa {
    float: left;
    font-family: Arial;
    font-weight: bold !important;
    font-size: 11px !important;
    color: #333333;
    width: 50%;
    /*max-width: 50%;*/
    /*min-height:30%;*/
    margin-bottom:0px !important;
}

.etiqueta_normal_mapa {
    float: left;
    font-family: Arial;
    font-size: 11px !important;
    color: #333333;
    margin-bottom:0px !important;
    font-weight:normal !important;
}

.etiqueta_infoextra_mapa {
    float: right;
    font-family: Arial;
    font-weight: bold !important;
    font-size: 10px !important;
    color: #333333;
    margin-bottom:0px !important;
    cursor:pointer !important; margin-top:10px !important;
}

.etiqueta_magnitud_green_mapa {
    float: left;
    font-family: Arial;
    font-size: 11px !important;
    color: #47a927;
    font-weight: bold !important;
    margin-bottom:0px !important;
}

.etiqueta_magnitud_yellow_mapa {
    float: left;
    font-family: Arial;
    font-size: 11px !important;
    color: #47a927;
    font-weight: bold !important;
    margin-bottom:0px !important;
}

.etiqueta_magnitud_red_mapa {
    float: left;
    font-family: Arial;
    font-size: 11px !important;
    color: #a30916;
    font-weight: bold !important;
    margin-bottom:0px !important;
}

.agregapadding_top_bottom {
    padding-top:15px;
    padding-bottom:15px;
}

.separador_mediano {
    height:15px;
    clear:both;
}

.separador_chico {
    height:0px;
    clear:both;
}

.separador_grande {
    height:40px;
    clear:both;
}

.etiqueta_titulos {
    float: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom:0px !important;
}

.etiqueta_detalle {
    float:left;
    color:#ffffff;
    font-size:16px;
    margin-bottom:0px !important;
    font-weight:normal !important;
}

.fondo_iconos_redes {
    right: 0;
    margin-right: 5px;
    width: auto;
    /*max-height: 90px;*/
    background-color: #d9e8ff;
    position: absolute;
    opacity: 0.8;
    filter: alpha(opacity=80);
    /* margin-top: 28px; */
    /* bottom: 16px; */
    top: 150px;
    padding: 10px;
    max-width:400px;
    min-width:400px;
}


@media screen and (min-width: 300px ) and (max-width:974px) {
    #divMagnitudes div {
        float:left;
        /*max-width:250px;
        min-width:250px;*/
    }
}


.CabeceraMapas {
  height: 50px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-family: Arial;
  padding-top: 5px !important;
}

.contenedor_principal_mapa {
  height: 638px;
  border: solid 2px #fe6d07;
}

.bordeNaranja {
    border: solid 2px #bc8e06;
}

.CabeceraMapas {
    background-color:#f27507;
}

.CabeceraRedes {
    background-color:#bc8e06 !important;
}

