body, html{
	margin: 0;
	padding: 0;
}
.container-map{
	width: 500px;
    height: 706px;
	margin: 0 auto;
}
.st1 {
    position: relative;
    z-index: 1000;
    text-transform: uppercase;
}
.container-list {
    display: none;
}

@media only screen and (max-width:640px) {
    
.container-map {
	display: none;
}
.container-list {
    display: block;
    width: 100%;
}
.container-list ul {
    list-style-type: none;
    text-decoration: none;
    padding: 0px;
}
.container-list ul li {
    display: block;
    width: 98%;
    padding-left: 2%;
    height: 40px;
    padding-top: 5px;
    margin: 2px 0px;
    font-size: 1.2rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    background-color: #FFF;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.container-list a {
    text-decoration: none;
}

strong {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}
.gobernacion-m {
    display: block;
    height: 30px;
    padding-top: 10px;
    width: 50%;
    background-color: #FDA600;
    float: left;
    text-align: center;
    color: #000000;
    }
.capital-m {
    display: block;
    height: 30px;
    padding-top: 10px;
    width: 50%;
    background-color: #002A98;
    float: right;
    text-align: center;
    color: #FFFFFF;
    }
    .head-lista {
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
    }
}

