/*******************************/
/* Middle */
/*******************************/

#middle {
  padding-bottom: 0;
}

/* Contenido */
#contenido {
  background: url(../img/empresa/fondo-texto.jpg) no-repeat center bottom;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }