body {
    position: relative;
    background: #ffbb00;
    /*background: url("../img/bg.jpg");*/
}
.container.contenido{
    background: #fff;
    padding: 5em;
    margin-bottom: 5em;
}
@media (max-width: 768px){
    .container {
        margin-bottom: 0em !important;
    }
}
#datos_generales h1{
    margin-top: 0;
}
#experiencia_profesional{
    margin-top: 3em;
}
#areas_de_experiencia_e_interes, #habilidades, #educacion, #portafolio{
     padding-top: 3em;
}
.experiencia{
    padding-top: 3em;
    padding-bottom: 3em;
}
.btn-wider{
    width: 100%;
}
#habilidades .cols{
    margin-bottom: 1em;
}
#portafolio .row{
    padding-bottom: 3em;
}
.img-responsive{
    width: 100%;
}
.row{
    margin-top: 1em;
}