/* aquí empieza css */
*{
    margin: 0;
    padding: 0;
    list-style: none;
}

body{
    background: #000 url(../img/bg_gneral.jpg) center top repeat-x;
    background-attachment: fixed;
    font: 14px 'Droid Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#contenedor_ppal{
    margin: 0 auto;
    overflow: hidden;
    width: 1020px;
}

header{
    background:url(../img/banner.jpg);
    height: 373px;
    background-position: center; 

}

#logo{
    display:block;
    background: url(../img/logo.png);
    width: 150px;
    height: 150px;
    text-indent: -9999px;
    transition: background-position 0.2s;
}

#logo:hover{
    background-position: 0 -150px;
}

#redes{
    float: right;
    position: relative;
    top: -140px;
}

#redes ul li{ 
    display: inline-block;
    text-indent: -9999px;
    margin-left: -3px;
}

a#facebook,
a#twitter,
a#youtube,
a#instagram,
a#vimeo{
    display: block;
    background:url(../img/redes.png);
    height: 30px;
    transition: background-position 0.2s;
    width: 30px; 
}

a#twitter{
    background-position: -30px 0;
}

a#youtube{   
  background-position: -60px 0;
}

a#instagram{
    background-position: -90px 0;
}

a#vimeo{
    background-position: -120px 0;
}

nav{
    margin-top: 40px;
}

a#facebook:hover{
    background-position: 0 -30px;
}       

a#twitter:hover{
    background-position: -30px -30px;
}

a#youtube:hover{
    background-position: -60px -30px;
}

a#instagram:hover{
    background-position: -90px -30px;
}

a#vimeo:hover{
    background-position: -120px -30px;    
}

nav ul li a{
    margin-bottom: 1px;
    display: inline-block;
    padding: 6px 15px 6px 35px;
    background-color: #fff;
    color:#000;
    letter-spacing: 2px;
    text-decoration: none;
    transition: transform 0.3s;
}       

nav ul li a:hover{
   transform: translate(10px);
   background-color: #009999;
   color: #fff;
}

/* MAIN VIDEOS */

article.main-videos{    
    background: black;
    margin: 1em 0;
}

div.container-video{
    display: inline-block;
    width:47%;
    margin: 0 14px;
}

h3{
    border-bottom: 1px solid #009999;
    color: #009999;
    font-weight: 400;
    margin-bottom: 1em;
    padding: 15px 0 5px;
}

div.video-one,
div.video-two{
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 75%;
}

div.video-one iframe,
div.video-two iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


#disco:hover> #info_disco{
    opacity: 1;
    -moz-opacity: 1;
}

#disco{
    border:.1em solid;
    display: block;
    width: 1020px;
    height: 430px;
    background: #000 url(../img/disco.jpg) no-repeat;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#disco:hover{
    background-position: 0 -436px;
}

/* #disco:hover #disco ul{
    display: visible;
    } */

    #info_disco{  
        margin: 150px 0 0 450px;
    }

    #info_disco h1{
        font-size: 28px;
    }

    #info_disco p{
    }

    #info_disco ul{
        margin-top: 20px;
        overflow: hidden; 
    }

    a#itunes, a#amazon, a#google{
        display: block;
        width: 160px; 
        height: 50px;
    }

    a#itunes{
        background: url(../img/itunes.png);
    }

    a#amazon{
        background: url(../img/amazon.png);
    }

    a#google{
        background: url(../img/google.png);
    }

    #info_disco ul li a{
        margin-right: 10px;
        float: left; 
        text-indent: -9999px;
        display: inline-block;
        -webkit-transition: all 0.4s;
    }

    #integrantes{
        width: 1020px;
        margin-top:20px;
    }

    #ppal{
        background-color: #1a1a1a;
        float: left;
        margin-top: 40px;
        padding: 20px 0px 20px 25px;
        vertical-align: left;
        width: 700px;
    }

    #ppal h1{
        color: #fff;
        font-weight: normal;
        font-size: 36px;
        margin-bottom: 30px;
        padding: 5px 0 5px 10px;
    }

    #ppal img{
        margin-bottom: 30px;
    }

    iframe{
        margin-bottom:-5px;
    }

    aside{
        background: #009999;
        margin-top: 40px;
        float: right;
    }

    .fb-like-box{
        background-color:#232323;
        margin-top:25px;
        padding: 5px 15px 5px 5px;
    }

    footer{
        background: #009999;
        height: auto;
        margin-top: 80px;
        text-align: center;
    }

    footer p{
        color: #fff;
        font-size: 12px;
        padding: 10px 0 0 0;
    }

    footer p.creditos{
        padding:5px 0 20px 0;
        font-size: 11px;
        margin-bottom: 5px; 
        color: #000;
    }

    footer p.creditos a{
        text-decoration:none;
        padding: 5px 6px 5px 6px;
        color: #000;
    }

    footer p.creditos a:hover{
        text-decoration:underline; 
        color: #fff;
    }

    .clear{
        clear: both;
    }

    .pluginBoxDivider {
        border-top: 1px solid #d8dfea;
    }