html,
body {
    width: 100%;
    height: 100%;
}
/*************************/
/* Encabezado de pagina  */ 
/*************************/
header {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;    
}
.header1 {
    min-height: 35px;
    height: 35px;
    background-color: #000000;
    color: #FFFFFF;
    padding-top: 8px;
    border-bottom-style: solid;
    border-right-width: 1px;
    border-right-color: white;
}
.redes > a {
    text-decoration: none;
    color:  #FFFFFF;
    padding: 3px;
}
.redes > a:hover {
    background-color: white;
    color:  #000000;
    font-size: 16px;
    border-radius: 25px;
    padding: 3px;
}
/*************************/
/* Pie de pagina         */ 
/*************************/
footer {
    background-color: #102A4A;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
}
.frow1 {
    font-size: 36px;
    color: #FFFFFF;
    padding-top: 40px;
}
.frow2 {
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 23px;
}
.frow3 {
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 23px;
}
.frow4 {
    font-size: 13px;
    color: #FFFFFF;
    padding-top: 78px;
    padding-bottom: 34px;
}
.fcol2 {
    padding-top: 40px;
}
.link {
    text-decoration: none;
    background-color: #32373C;
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    border-radius: 40px;
    padding: 18px;
}
.link:hover {
    text-decoration: none;
}
/*************************/
/* Principal             */ 
/*************************/
main > .container-fluid {
    margin-top: 10px;
    margin-bottom: 0px;
    height:calc(100vh - 145px);
    /*background-color: cyan;*/
}
.map_header {
    height: 50px;    
}
.map_header,
.list_header {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    /*background-color: #F4A460;*/
}
.map_button {
    height: 50px;
    /*background-color: #FF8C00;*/
}
.map_area {
    height:calc(100vh - 300px);
    /*background-color: #B8860B;*/
}
.map_notification {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 22px;
    /*background-color: #7FFF00;*/
}
.map_region {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 22px;
    /*background-color: #9ACD32;*/
}
.map_info {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: gray;
    /*background-color: #FFFF00;*/
}
.number_notification {
    font-family: 'Orbitron', sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.data_box,
.form-control,
.btn,
table,
.table {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    font-weight: normal;    
}
.table_area {
    height: calc(100vh - 240px);
    min-height: calc(100vh - 240px);
    overflow-y: auto;
}
table.dataTable tbody td {
}