* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #f2f1df ;
    font-family: "open Sans" , sans-serif ;
}

header {
    height: 100px;
    width: 100%;
    margin-top: -75px;
    position:fixed;
    z-index: 300;
    background-color: rgba(242,241,223,0.9);
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: #cc4760;
}

header img{
    margin-top:auto;
    padding: 0;
}
header nav li {
    list-style: none ;
    font-size: 10px ;
    color: #cc4760 ;
    float:right;
    margin-left: 30px ;
    margin-right: 5px;
    margin-top: 75px;
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #cc4760;
}


#img-fondo {
    background-image: url(imagenes/fondo1.png);
    background-size: cover;
    height: 700px;
    width: 100%;
    margin-top: 75px
}

.img-programacion {
    float: left;
    margin-top: -35%;
    margin-left: 9%;
}

.img-vivo {
    float: right;
    margin-top: -6%;
    margin-right: 30%;
}

.textopie {
    text-align: center;
    font-size: 10px;
    color: #cc4760;
    margin-top: 1%;
    margin-right: 15%;
    margin-left: 1%;
    margin-bottom: 2%;
}

.img-socialmedia {
    float: right;
    margin-top: -4%;
    margin-right: 1%;
}
