.img-fondo {

    margin: 0;

    padding: 0;

    width: 100%;

    height: 50vh;

    background-image: url("../img/consult.jpeg");

    background-position: center;

    background-size: cover;

}



.sin-borde {

    border: solid 0px;

}



.tit-azul {

    color: darkblue;

}



.border-circle {

    border-radius: 5%;

}

li{

    padding-left: 10px;



     padding-right: 10px;

}

.lista{
    text-align: left;
}




