a, a:hover, a:visited {
    color: inherit;
}
.contenido {
    margin-top: 50px;
}
.encabezado {
    margin-top: 25px;
    margin-bottom: 8px;
}
.footer {
    background: #B3B1B1;
    height: 92px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.logo {
    height: 83px;
}

.menuVideos {
    color: white;
    display: block;
    list-style: none;
    margin-top: 12px;
    padding: 0;
    position: relative;
}
.menuVideos ul {
    display: none;
    left: 100%;
    padding: 0;
    position: absolute;
}
.menuVideos ul li {
    float: none;
    list-style: none;
    position: relative;
    z-index: 99999;
}
.menuVideos li {
    background: #F6323E;
    font-family: lato, sans-serif;
    padding: 15px;
}
.menuVideos li a {
    display: block;
}
.menuVideos li:hover > ul {
    display: block;
}
.menuVideos li:hover > ul li {
    background: #F6323E;
}