/** Morán Noriega, Roberto. (32877155N) DAW 2023 - DIW **/

.principal
{
    background-color: black;
}

.columna div ul li a
{
    color: blue;
}

.columna div ul li a:hover
{
    cursor: pointer;
    color: chartreuse;
}

.listas
{
    list-style: none;
    font-weight: bold;
}

.listas:first-child {
    padding-bottom: 20px;
}

#mapa
{
    font-weight: bold;
}

#encabezadoWeb
{
    list-style: none;
    font-weight: bold;
}

#encabezadoEnlaces
{
    list-style: none;
    font-weight: bold;
}

