/* Google font */
@import url('http://fonts.googleapis.com/css?family=Roboto:400,100,300');

/*
    Body
*/
    html {
        height: 100%;
        padding: 0;
        margin: 0;
    }
    body {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        background-color: #E6E9ED;
        /*background-color: #CCD1D9;*/
        height: 100%;
        margin: 0;
        padding: 0;   
    }

    /* Contenedor principal */
    .container {
        /*padding: 0;*/
        background-image: url('../img/sonora_estado.png');
        background-repeat: no-repeat;
        background-position: right 80px center;
        height: 100%;
    }

    /* H1 Small */
    .h1small {
        font-size: 30px;
    }

    /* Menu central */
    .cmenu {
        /*background-color: #dcdddf;*/
    }

    /* Down 30px */
    .down30 {
        margin-top: 80px;
        margin-bottom: 60px;
    }

    /* Top 30px */
    .top30 {
        margin-top: 60px;
    }

    /* Badget de menu */
    .badget {
        margin: 5px;
    }
    .badget img {
        width: 330px;/*Tamaño de elemento*/
    }

    /* Electronicos */
    .elect-header {
        background-color: #50110f;
    }
    .white {
        color: #FFFFFF;
    }

    .test {
        width: 107px;
        background-color: white;
    }
    .margin5 {
        margin-top: 20px;
        /*background-color: red;*/
    }
    .nopadding-right {
        padding-right: 0;
    }

    .pol-item {
        color: #FFFFFF;
        width: 240px;
    }
    .menucest > [class^="col-md-"] {
        padding: 0;
    }
    .pol-item .title {
        font-size: 18px;
        text-align: center;
        width: 100%;
        background-color: #a71d21;
        padding: 5px;
    }
    .pol-item .title span {
        font-weight: bold;
    }
    .pol-item .city-logo {
        margin-top: 3px;
        width: 100%;
        height: 125px;
        background-color: #a8a9ad;
    }
    .pol-item .city-logo img {
        width: 240px;
        height: 96px;
        margin-top: 15px;
    }
    .pol-item .counters {
        margin-top: 3px;
        width: 100%;
        height: 100px;
        background-color: #57585a;
    }
    .pol-item .counters .left {
        /*width: 200px;*/
        width: 100%;
        height: 25px;
        font-size: 15px;
        padding-left: 10px;
        float: left;
    }
    /*.pol-item .counters .right {
        text-align: center;
        width: 40px;
        height: 25px;
        font-size: 15px;
        background-color: #949798;
        float: right;
    }*/



    /* Modal */
.modal_window {
    position: absolute;
    width: 100%;
    height: 2000px;
    z-index: 99999999;
    display: none;
}
.modal_window .toolbar {
    width: 100%;
    height: 70px;
    padding: 5px;
    color: #000;
    background:rgba(0,0,0,0.9);
}
.modal_window .modal-container {
    width: 100%;
    height: 7000px!important;
    background-color: #6C7A89;
    overflow: scroll;
    z-index: 9999999!important;
}

.box-d3 {
  padding-left: 5px;
  padding-right: 5px;
}

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}