body{
    margin: 0px;
    padding: 0px;
    background-color: black;
}
table{
    border: 1px solid white;
    color: white;
}
table a{
    color: white;
}
h1, h2, h3{
    color: white;
}
a{
    color: white;
}
header{
    display: none;
}
h1{
    color: white;
}
ul{
    padding: 0px;
    list-style-type: none;
}
#rgweb{
    display: block;
    margin: auto;
    width: 140px;
    color: white;
    font-size: 12px;
}
#container{
    width: 1850px;
    height: 910px;
    margin: auto;
    background-color: #242526;
}
#fondo{
    width: 100%;
    height: 880px;
    background-image: url(../img/fondo.jpg);
    background-size: 1850px;
    padding-top: 370px;
    box-sizing: border-box;
}
#containeraudio{
    width: 1850px;
    height: 50px;
    box-sizing: border-box;
}
#containerboth{
    width: 1240px;
    height:auto;
}
#containerslider{
    margin-left: 5px;
    width: 800px;
    max-width: 800px;
    float: left;
}
#containernav{
    width: 350px;
    margin-top: 55px;
    float: right;
}
.imgboton{
    width: 350px;
}
#botonmenu{
    display: none;
}
#botonaudio{
    width: 300px;
    margin-left: 580px;
    background-color: black;
}

/*comienzo de vistas responsive*/
@media handheld, screen and (min-width:1500px) and (max-width: 1849px){
    #container{
        width: 1500px;
    }
    #containeraudio{
        width: 1500px;
    }
    #containerboth{
        width: 1200px;
    }
    #containerslider{
        width: 800px;
    }
    #containernav{
        width: 350px;
        margin-top: 55px;
        float: right;
    }
    .imgboton{
        width: 300px;
    }
    #botonaudio{
        margin-left: 570px;
    }
}

@media handheld, screen and (min-width:1200px) and (max-width: 1499px){
    #container{
        width: 1200px;
        height: 800px;
    }
    #fondo{
        width: 100%;
        background-size: 100%;
        background-repeat: repeat;
        padding-top: 320px;
        height: 880px;
        background-image: url(../img/fondochico.jpg);
    }
    #containeraudio{
        width: 1200px;
    }
    #containerboth{
        width: 920px;
    }
    #containerslider{
        width: 700px;
    }
    #containernav{
        width: 200px;
        margin-top: 100px;
        float: right;
    }
    .imgboton{
        width: 200px;
    }
    #botonaudio{
        margin-left: 240px;
        height: 50px
    }
}


@media handheld, screen and (min-width:800px) and (max-width: 1199px){
    #container{
        width: 800px;
        height: auto;
    }
    #fondo{
        width: 800px;
        background-size: 800px;
        background-repeat: no-repeat;
        padding-top: 220px;
        height: 600px;
        background-image: url(../img/fondochico.jpg);
    }
    #containeraudio{
        width: 800px;
        height: 20px;
    }
    #containerboth{
        width: 600px;
    }
    #containerslider{
        width: 450px;
    }
    #containernav{
        width: 135px;
        margin-top: 40px;
        float: right;
    }
    .imgboton{
        width: 155px;
        margin-bottom: 10px;
    }
    #botonaudio{
        margin-left: 120px;
        height: 30px
    }
}


@media handheld, screen and (min-width: 650px) and (max-width: 799px){
    #container{
        width: 99%;
        height: auto;
    }
    #fondo{
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 200px;
        height: 720px;
        background-image: url(../img/fondochico.jpg);
    }
    #containeraudio{
        width: 99%;
    }
    #containerboth{
        width: 99%;
    }
    #containerslider{
        width: 99%;
    }
    #containernav{
        width: 80%;
        margin-top: 22px;
        float: right;
        display: none;
        position: absolute;
        background-color: white;
        animation: slide;
        animation-duration: 1s;
        border-radius: 40px;
    }
    .imgboton{
        width: 90%;
    }
    #botonaudio{
        margin-left: 20%;
        height: 30px;
        width: 200px;
    }
     #botonmenu{
        display: block;
        background-image: url(../img/boton.png);
        height: 50px;
        width: 50px;
        cursor: pointer;
        background-size: 100%;
        margin-top: 5px;
        background-color: rgba(255,255,255,0.9);
        position: relative;
        top:-30px;
    }
}


@media handheld, screen and (max-width: 649px){
    #container{
        width: 99%;
        height: 660px;
        background-image: linear-gradient(#242526, black);
    }
    #fondo{
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 44%;
        height: 600px;
        background-image: url(../img/fondocelular.jpg);
    }
    #containeraudio{
        width: 99%;
    }
    #containerboth{
        width: 99%;
    }
    #containerslider{
        width: 84%;
        margin-left: 8%;
        margin-right: 8%;
        margin-top: 30px;
    }
    #containernav{
        width: 85%;
        margin-top:45px;
        display: none;
        position: absolute;
        background-color: rgba(255,255,255,0.9);
        border-radius: 40px;
        animation: slide;
        animation-duration: 1s;
    }
    .imgboton{
        width: 85%;
    }
    #botonaudio{
        margin-left: 5%;
        height: 30px;
        width: 150px;
        border-radius: 75px;
    }
    #botonmenu{
        display: block;
        background-image: url(../img/boton.png);
        height: 50px;
        width: 50px;
        cursor: pointer;
        background-size: 100%;
        margin-top: 10px;
        background-color: black;
    }
}

@keyframes slide{
    from{
        margin-left: -100%;
    }
    to{
        margin-left: 0%;
    }
}