#cuerpo {
    /* height: 340px; */
    padding: 5px;
    margin: 5px auto;
    width: 1000px;
    height: auto;
    //    border: 1px solid #000000;
    //    border-radius: 5px;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 5px rgba(1, 1, 1, 0.7); */
}

.titulo{
    margin-top: 20px;
    font-family: "Roboto Condensed";
    font-size: 26px;
    font-weight: normal;
    border-bottom: 3px solid #000;
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0px 0px 6px;
    width: 100%;
    letter-spacing: -1px;
}

#introduccion{
    background-color: #ffffff;
    padding: 5px;
    
    //    border: 1px solid #000000;
    //    border-radius: 5px;
    /* box-shadow: 0px 0px 5px rgba(1, 1, 1, 0.7); */
}

#integrantes{
    padding: 15px;
    height: 400px;
    margin: 5px;
    //    border: 1px solid #000000;
    //    border-radius: 5px;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 5px rgba(1, 1, 1, 0.7); */
}

h3{
    margin: 5px;
    text-align: left;
    font-size: 36px;
    font-family:'Roboto Condensed';
    letter-spacing: -0.1px;
    
}

h5{
    margin: 7px;
    font-size: 22px;
    font-family:'Roboto Condensed';
    letter-spacing: -0.1px;
    
}

p{
    line-height: 13pt;
    font-size: 13.5px;
    font-family:'Roboto Condensed';
}

.integrante{
    position: relative;
    float: right;
    width: 450px;
    height: auto;
    margin: 10px;
    display: block;
}

.foto{
    height: 200px;
    width: 300px;
}

.fade{
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
    width: 300px;
    height: 210px;
    margin:auto;
}

.movil{
    background: url('../img/icono-celular.png') no-repeat scroll 0px 3px transparent;
    padding: 10px;
}

.mail{
    background: url('../img/icono-mail.png') no-repeat scroll 0px 17px transparent;
    padding: 17px;
}

.fade {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 210px;
    width: 300px;
}

.fade div {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}


@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
}
