article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

li{
    left: 0;
    border: 1px solid #849047;
    top: -1;
}

ul{   
    top:-15px;
}

img{ 
	display: block;
	width: auto;
	height: auto;
}

.centrar{
    position: absolute;
    /*nos posicionamos en el centro del navegador*/
    left:15%;
    /*determinamos una anchura*/
    width:500px;
    /*indicamos que el margen izquierdo, es la mitad de la anchura*/
    /*margin-left:-100px;*/
    /*determinamos una altura*/
    height:512px;
    /*indicamos que el margen superior, es la mitad de la altura*/
    /*margin-top:-10px;*/
    /*border:1px solid #808080;*/
    padding:5px;
} 

#pagewrap {
    width: 960px;
    /*margin: 0 auto;*/
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background:none
}

#content {
    width: 100%;
	justify-content:center;
  }

#titulo{
    top:0;
}

.textotitulo{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight : bold;
    font-size : 20px;
    color : #fff;
    text-align:center;
    background : #40a7dc;
    width: 960px;
    height: 25px;
    float: left;

}

.textoopciones{
    font-size : 12px;
    color : #1D1D1B;
    text-align: left;
}

.contenedor{
    width: 970px;   
}
.cuadrotitulomapa{
    background: #849047;
    padding: 10px;
}

.titulomapa{
    font-weight : regular;
    font-size : 13px;
    color : #fff;
    text-align: left;
    margin-left: 5px;
    display: none;
} 

.cuadromapa{
    background : #FFFFFF;
    border: 2px solid;
    border-style : Solid;
    border-color : #0e5d98;
    border-width : 0,8px;
    box-shadow : 1.5px 1.5px 1.5px #0e5d98;
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1.5, OffY=1.5, Color='#076189') ;
    width: 600px;
    height: 550px;
    display: block;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    vertical-align: central;
}

.cuadromapa2 {
    height: auto;
    max-width: 700px;
    margin: auto;
}

.cuadromapa3{   
    display: block;
    vertical-align: middle;
    font-size : 13px;
    color : #1D1D1B;
    color : rgb(29, 29, 27);
    height: auto;
    width: 100%;
}
.cuadromapa3 label{
    color: #fff;
    font-size: 1rem;
    margin: 0px;
    vertical-align: middle;
    margin-top: -16px;
    display: inline-block;
}

.titulotexto{
    font-size : 11px;
    line-height : 13px;
    color : #3677A2;
}

.textoanalisis{
    font-size : 9px;
    line-height : 13px;
    color : #1D1D1B;
    color : rgb(29, 29, 27);
}

.cuadro_opciones, .cuadro_opciones_municipios {
    background-color: #ffffff;
    border-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cuadro_opciones_municipios{
    margin: 0px 150px 20px 15px;
}

.iframe_densidad{
    height: 980px;
}

@media (max-width: 600px) {
    .cuadro_opciones_municipios{
        margin: 0px 0px 20px 0px;
        width: 100%
    }
    .cuadro_opciones{
        width: 100%;
        margin-bottom: 20px;
    }
    .iframe_densidad{
        height: 500px;
    }
}