/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (min-width: 1021px) {
	.span_6_of_6 {
		width: 15%; 
	}
	.span_5_of_6 {
		width: 15%; 
	}
	.span_4_of_6 {
		width: 15%; 
	}
	.span_3_of_6 {
		width: 15%; 
	}
	.span_2_of_6 {
		width: 15%; 
	}
	.span_1_of_6 {
		width: 16.6%; 
        text-align: center;
	}
    .span_1_of_6 img{
		width: 35%; 
	}
    .span_1_of_6_Leyes {
		width: 16.6%; 
        text-align: center;
	}
        .span_1_of_6_Leyes img{
		width: 15%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 641 - 1023 PIXELS */

@media only screen and (min-width: 641px) and (max-width: 1020px) {
	.span_6_of_6 {
		width: 15%; 
	}
	.span_5_of_6 {
		width: 15%; 
	}
	.span_4_of_6 {
		width: 15%; 
	}
	.span_3_of_6 {
		width: 15%; 
	}
	.span_2_of_6 {
		width: 15%; 
	}
	.span_1_of_6 {
		width: 16.6%; 
        text-align: center;
	}
    	.span_1_of_6 img{
		width: 50%; 
	}
    .span_1_of_6_Leyes {
		width: 16.6%; 
        text-align: center;
	}
        .span_1_of_6_Leyes img{
		width: 20%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width:640px) {
	.span_6_of_6 {
		width: 15%; 
	}
	.span_5_of_6 {
		width: 15%; 
	}
	.span_4_of_6 {
		width: 15%; 
	}
	.span_3_of_6 {
		width: 15%; 
	}
	.span_2_of_6 {
		width: 15%; 
	}
	.span_1_of_6 {
		width: 16.6%; 
	}
    	.span_1_of_6 img{
		width: 35%; 
	}
    .span_1_of_6_Leyes {
		width: 16.6%; 
        text-align: center;
	}
        .span_1_of_6_Leyes img{
		width: 20%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */

@media only screen and (max-width:600px) {
	.span_6_of_6 {
		width: 15%; 
	}
	.span_5_of_6 {
		width: 15%; 
	}
	.span_4_of_6 {
		width: 15%; 
	}
	.span_3_of_6 {
		width: 15%; 
	}
	.span_2_of_6 {
		width: 15%; 
	}
	.span_1_of_6 {
		width: 16.6%; 
	}
    	.span_1_of_6 img{
		width: 35%; 
	}
    .span_1_of_6_Leyes {
		width: 16.6%; 
        text-align: center;
	}
        .span_1_of_6_Leyes img{
		width: 20%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_6_of_6 {
		width: 15%; 
	}
	.span_5_of_6 {
		width: 15%; 
	}
	.span_4_of_6 {
		width: 15%; 
	}
	.span_3_of_6 {
		width: 15%; 
	}
	.span_2_of_6 {
		width: 15%; 
	}
	.span_1_of_6 {
		width: 16.6%; 
	}
    	.span_1_of_6 img{
		width: 40%; 
	}
    .span_1_of_6_Leyes {
		width: 16.6%; 
        text-align: center;
	}
        .span_1_of_6_Leyes img{
		width: 20%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 320 PIXELS */

@media only screen and (max-width: 320px) {
	.span_6_of_6 {
		width: 15%; 
	}
	.span_5_of_6 {
		width: 15%; 
	}
	.span_4_of_6 {
		width: 15%; 
	}
	.span_3_of_6 {
		width: 15%; 
	}
	.span_2_of_6 {
		width: 15%; 
	}
	.span_1_of_6 {
		width: 16.6%; 
	}
	.span_1_of_6 img{
		width: 55%; 
	}
    .span_1_of_6_Leyes {
		width: 16.6%; 
        text-align: center;
	}
        .span_1_of_6_Leyes img{
		width: 20%; 
	}
}