/** Morán Noriega, Roberto. (32877155N) DAW 2023 - DIW **/

*
{
    margin: 0;
}

html
{
    width: 100%;
    font-family:'Belwe Bd BT','Verdana','Monaco',sans-serif;
    color: rgb(255, 255, 255);
    background-color: black;
}

body
{
    width: 100%;
}

header
{
    width: 100%;
    text-align: center;
    font-size: 60px;
    font-family:'Belwe Bd BT','Verdana','Monaco',sans-serif;
    color: rgb(255, 255, 255);
    background-color: black;
}

header h1
{
    font-size: 70px;
    text-align: center; 
}

#logo img
{
    width: 120px;
    height: 120px;
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

#imgLogotipo
{
    height: 50px;
    width: 50px;
}

nav
{
    width: 100%;
    padding-top: 10px;
}    

section
{
    width: 100%;
}

footer
{
    position: absolute;
    width: 100%;
}

footer p
{
    float: right;
    padding-top: 10px;
    padding-right: 50px;
}

#menuPrincipal
{
    margin-left: 190px;
}

#menuPrincipal li
{
    float: left;
    margin-left: 10px;
    display: inline;
    list-style: none;
    word-spacing: 10px;
}

#menuPrincipal li a
{
    float: left;
    margin-left: 10px;
    display: inline;
    list-style: none;
    color: rgb(249, 246, 246);
}

#menuPrincipal li a:hover
{
    color: rgb(10, 139, 253);
    cursor: pointer;
}

#menuOpciones
{
    float: right;
    display: inline;
    list-style: none;
    margin-right: 20px;
}

#menuOpciones li
{
    float: right;
    display: inline;
    list-style: none;
}

#menuOpciones li:hover
{
    color: rgb(10, 139, 253);
    cursor: pointer;
}

#menuPie
{
    float: right;
    margin-right: 20px;
    display: inline;
    list-style: none;
}

#menuPie li
{
    display: inline;
    list-style: none;
    padding-right: 30px;
}

#menuPie li a
{
    color: white;
}

#menuPie li a:hover
{
    color: rgb(10, 139, 253);
    cursor: pointer;
}

.btn-outline-light:hover
{
    background-color: chartreuse;
}

.btn-outline-success:hover
{
    background-color: chartreuse;
    color: black;
}

.enlaces-boot:hover
{
    color: chartreuse !important;
}


.fondo
{
    background-color: black;
}