body{
    margin: 0;
    padding: 0;
    background-color:#F7F7F9;
}
#banner_marco{
    background-color:#D4ECF6; 
}

#banner{
    width: 85%;
    height: 15%;
    
    /*background-color: #006699;*/
    background-position: initial initial;
    background-repeat: initial initial;
    margin: auto;
    background: url(img/SigSustenta1602x158.png);
    background-size: 100% 100%;
}
#cuerpo{
    width: 100%;
    height: 85%;
}
#menu{
    width: 100%;
    
}

h1{
    text-align: center;
}
#bienvenida{
    /*margin-left: 80%;
    left: 10%;*/
    width: 200px;
    height: 140px;
    background: #fff;
    border-radius: 2px;
    padding: 10px;
    color: #fff;
}
#entrar{
    position: absolute;
    top: 15.3%;
    right: 80px;
}
#open_close{
    cursor: pointer;
    width: 120px;
    background: #286090;
    padding: 10px;
    border-radius: 2px;
    border-bottom: 2px solid #fff;
    color: #fff;
}

#inicio{
    top: 15.3%;
    right: 221px;
    position: absolute;
    cursor: pointer;
    width: 120px;
    background: #639385; 
    /*background: #00ABAD;*/
    padding: 10px;
    border-radius: 2px;
    border-bottom: 2px solid #fff;
    color: #fff;
}


#login{
    /*margin-left: 80%;
    left: 10%;*/
    border-bottom: 2px solid #286090;
    border-top: 2px solid #286090;
    position: fixed;
    width: 180px;
    height: 140px;
    background: #fff;
    border-radius: 2px;
    padding: 10px;
    color: #fff;
}
#enviar_super{
    border: none;
    border-radius: 5px;
    margin: 10px 125px;
    background: #639385;
    color: #fff;
}

#enviar{
    border: none;
    border-radius: 5px;
    margin: 14px 125px;
    background: #286090;
    color: #fff;
    font-size: 14px;
}
/*#contenido{
    top: 30%;
    width: 50%;
    height: 70%;
}*/
#map{
    width: 100%;
    height: 100%;
}
#seldep{
 position: absolute;
 top: 15%;
 left: 7%;
 cursor: pointer;
 display: inline-block;
}

/* Estilo para la ventana modal de inicio*/
#content {
    width: 900px;
    margin: 0px auto;
    padding: 2em 1em;
}

#header {
    background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 10px;
    text-align: center;
    width: 900px;
    min-height: 150px;
}

#column-right {
    background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    float: right;
    min-height: 225px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    width: 180px;
    padding-top:10px;
}

#central {
    background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    float: left;
    min-height: 225px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 685px;
    padding:10px;
}

#footer {
    background-color: #EBE9EA;
    border: 1px solid #D2D2D2;
    border-radius: 8px 8px 8px 8px;
    margin-top: 10px;
    text-align: center;
    clear: left;
    width: 900px;
    min-height: 100px;
}

#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.content-popup {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:60%;
    min-height:250px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
}

.content-popup h2 {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.close {
    position: absolute;
    right: 15px;
}
#leyenda{
    position: absolute;
    bottom: 5%;
    left: 1%;
    display: initial;
}

#seldep{
  position: absolute;
  top: 15%;
  left: 10%;
  cursor: pointer;
  display: none;
}
a{
    cursor: pointer;
}
a:hover{
    color: red;
}
.gm-style-iw {
    width: 350px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 10px 10px 10px 10px;
}

#iw-container {
    margin-bottom: 10px;
    width: 350px;
    
}
#iw-container .iw-title {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    font-weight: 400;
    padding: 10px;
    background-color: #286090;
    color: white;
    margin: 0;
    border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 15px 5px 20px 15px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
}

.iw-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
}
.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

/* Para el scroll de las tablas de administrador */

        #sum{
            /* overflow:scroll;
             height:200px;*/
             /*width:100px;*/
             border-collapse: collapse;
        }
        div.scroll{
            /*overflow: scroll;*/
             overflow: auto;
             /*altura*/
            height: 300px;
            /*anchura*/
            width: 100%;
            /*padding: auto;*/
        }
         th {
          /* background: teal; padding: 8px 16px;*/
           background: #828282;
           color: white;
           border: 1px solid;
           font-size: 12px;
           text-overflow: ellipsis;
         }
        
        .tableFixHead {
          overflow: auto;
        }
        .tableFixHead thead th {
          position: sticky;
          top: 0;
        }
        /*
        td{
          border: 1px solid;
          font-size: 11px;
          text-overflow: ellipsis;
        }
        */

        .navbar-center
        {
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            text-align: center;
            overflow: visible;
            height: 0;
        }
