#navbar .logo{
    float: none;
    text-align: center;
}

#navbar ul, #navbar ul li{
    float: none;    
}

#navbar ul li a{
    padding: 5px;
    border-bottom: #e0e0e0 1px solid;
}

/* Showcase */

#showcase{
    height: 100%;
}

#showcase .showcase_content{
    padding-top: 40px;
    padding-bottom: 20px;
}

/* Home Info */
#home-info .info-img{
    display: none;
}

#home-info .info-content{
    float: none;
    margin-bottom: 20px;
    width: 100%;
}

.box{
    float: none;
    width: 100%;
}


/* Ajustes pagina Empresa */
#about-info .info-left, #about-info .info-right{
    float: none;
    width: 100%;
}

.l-heading{
    text-align: center;
}

/* Ajustes pagin Contacto */
#contact-info .box{
    padding: 10px 0;
    border-bottom: 1px solid grey;
}

#contact-form p{
    text-align: center;
}