*{
    text-decoration: none;
    margin: auto;
    alignment: center;

    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    list-style: none;
}
.clearfix{
    float: none;
    clear: both;
}


html *
{

    font-family: "Futura Bk BT", sans-serif !important;
}


/*ENCABEZADO*/

#header{
    width: 100%;
    background: linear-gradient(gray,white);
}

#logo{
    width: 500px;
    float: left;
    margin: 20px;

}

#logo img{
    width: 500px;
}



/*BARRA DE NAVEGACION*/

.Menu{
    background: linear-gradient(yellow, orangered);
}

.Menu ul{

    position: relative;
    alignment: center;

}
.separador{
    height: 10px;
    width: 100%;
    background: linear-gradient(90deg,transparent, yellow,orangered,transparent);
}

.Menu li{
    padding-top: 15px;
    height: 38px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
}

.Menu a{
    font-family: "Futura Md BT", sans-serif;
    color: black;
    text-decoration: none;
}

.Menu a:hover {
    color: white;
    transition: 300ms;
}
.Menu li:hover{
    transition: 300ms;
    background: black;
}

/*FOOTER*/

.footer {
    padding-top: 15px;
    padding-bottom: 15px;
    background: black;
    text-align: center;
    color: white;
}

.footer li{
    display: inline-block;
    vertical-align: center;
}

