/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}
.span_11_of_2 {
	width: 60%;
}

.titularhome {
	float:right; margin-top:28px;
	}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 980px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
	.span_11_of_2 {
	width: 100%;
	}
	.titularhome {
	float:right; margin-top:0px;
	}
}