#mapa {
    display: block;
    position: relative;
    height: 400px;
    width: 100%;
}

.politicas {
    display: block;
    position: relative;
    height: 40px;
    width: 100%;
    margin-top: 10px;
}

.opcion-politicas {
    display: block;
    position: relative;
    height: 100%;
    width: 300px;
    font-size: 14px;
    margin: auto;
}

.opcion-politicas label {
    font-weight: lighter;
}

.opcion-politicas label:hover {
    cursor: pointer;
}

.opcion-politicas > input {
    height: 16px;
    width: 16px;
    margin-top: 10px;
}

.obligatorio {
    color: red;
}


.titulo{
    margin-bottom: 15px;
}


.lista-descripcion{
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: square;
    margin-left: 15pt;
}


.width-100{
    width: 100%;
}
.italic{
    font-style: italic;
}

.bold{
    font-weight: 700;
}


.text-center{
    text-align: center;
}

.img{
    width: 160px;
    height: 200px;
}

.mt-30{
    margin-top: 30px;
}

.underline{
    text-decoration-line: underline;
}


.blue{
    color: #064fbe;
}

.subtitulado{
    background: #787373;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px;
    font-size: 14px;
}

