ul#listado_municipios li{
    display: inline;
    list-style: none;
    }
    
ul#listado_municipios li a{
    font-size: 14px;
    padding: 2px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: bold;
    background: #005B84;
    color: #fff;
    }
    
ul#listado_municipios li a#cual{
    background: #85A425;
    }
    
/*  TABLA DE MUNICIPIOS   */
table.municipios{
    clear: both;
    float: none;
    padding-top: 10px;
    text-align: center;
    border-spacing: 1px;
    margin-left: 100px;
    }
    
table.municipios tr.impar{
    background: #F1F1F1;
    }

table.municipios tr.par{
    background: #fff;
    }
    
table.municipios td{
    border: 1px solid #ccc;
    }
    
table.municipios td.titulo_noticia{
    text-align: left;
    }
    
table.municipios th {
    text-transform: uppercase;
    border: 1px solid #666;
    background: #86A526;
    }
    
table.municipios th a,
table.municipios th a:visited{
    color: #000;
    }
  
table.municipios tr td.nombre{
    text-align: left;
    padding-left: 3px;
    }
    
table.municipios tr td.nombre a{
    color: #000;
    }  

/*  FINAL TABLA MUNICIPIOS      */

h2.nombre{
        margin:0;
        padding: 0;
        margin-left: 20px;
        }
        
h2#titulo{
        font-size: 14px;
        text-transform: uppercase;
        color: #85A425;
        padding-bottom: 2px;
        border-bottom: 1px solid #85A425;
        }

/*  DETALLES DEL MUNICIPIO    */
table#detalles_municipio{
    vertical-align: top;
    text-align: justify;
    border-top: 1px solid #666;
    color: #666;
    margin-left: 25px;
    width: 95%;
    }

table#detalles_municipio tr td{
    vertical-align: top;
    }
    
table#detalles_municipio tr td span{
    vertical-align: top;
    font-weight: bold;
    color: #333;
    }
    
table#detalles_municipio tr td a{
    color: #351d7d;
    }
    
span.pertenece{
    float: right;
    color: #85A425;
    font-style: italic;
    font-size: 12px;
    /*clear: both;*/
    }
/*  FINAL DETALLES DEL MUNICIPIO    */


/*  PAGINACION DE MUNICIPIOS  */
ul#paginacion{
        float: right;
	padding-right: 8px;        
	}

ul#paginacion li{
    list-style: none;
    display: inline;
    }

ul#paginacion, ul#paginacion a{
        text-decoration: none;
        color: #666;
        }
/*  FINAL PAGINACION DE MUNICIPIOS */

