.MenuColumna {
    font-family: Lato;
    flex: 50%;
}

.MenuFila {
    font-family: Lato;
    display: flex;
}

.navbar {
    font-family: Lato;
  background-color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.ContenidoFila {
    font-family: Lato;
    display: flex;
    background-image: url("../Imagenes/Principal/DGPC_NUEVO_RECUEDRO-1.png");
}

@font-face { font-family: Lato; srv: url('Lato-Bold.ttf');}

p{
    font-family: Lato;
}


.MENUPRINCIPAL {
    font-family: Lato;
    margin: 0px;
}

.MENUPRINCIPAL ul li {
    font-family: Lato;
    display:inline-block;
    position: relative;
    width: 100%;
    background-color: #262626;
    display: none;
    visibility: hidden;
}

.MENUPRINCIPAL ul {
    font-family: Lato;
    padding: 0;
    color: white;
    width: 100%;
    background-color: black;
    list-style: none;
}

.MENUPRINCIPAL ul li:hover ul {
    font-family: Lato;
    visibility: visible;
}

body{
    font-family: Lato;
}


