/*******************************/
/* Generales */
/*******************************/
body.interiores {
  background: url(../img/comunes/fondo-interiores.jpg) no-repeat top center;
}

body.interiores h1,
body.interiores h2 {
	margin-bottom: 20px;
}


/*******************************/
/* Middle */
/*******************************/
body.interiores #middle {
  font-size: 16px;
  line-height: 150%;
}

body.interiores #middle p:last-child {
  margin-bottom: 0;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}