/* Smartphones */
@media (max-width: 480px) {
	.header-left {
		text-align: justify;
		font-size: 15px;
	}
	.header {
		text-align: center;
	}
}

/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.header-left {
		text-align: justify;
	}
}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
	.gantry-width-50 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}
}

/* Desktop */
@media (min-width: 960px) and (max-width: 1199px) {
	.photo {
		background: url("../../imagenes/header-p.jpg") bottom center;
		width: 910px;
		height: 176px;
	}
	.gantry-width-50 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}

}

/* Large Display */
@media (min-width: 1200px) {
	.photo {
		background: url("../../imagenes/header.jpg") bottom center;
		width: 1150px;
		height: 176px;
	}
	.gantry-width-50 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}
}