body > .wrapper
{
	min-width: 300px;
}

body .main1
{
	max-width: 1400px;
	margin: 0 auto;
}

body .main1 .divwrapper
{
	padding: 20px;
	
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FOUR  */
/*.span_4_of_4 { width: 100%; }
.span_3_of_4 { width: 74.6%; }
.span_2_of_4 { width: 49.2%; }
.span_1_of_4 { width: 23.8%; }*/

/*  GRID OF THREE  */
/*.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

.span_1_of_3:nth-child(3n+1) { 
	clear:left; 
	margin-left: 0;
	}*/

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	/*.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }*/
}

/* GRILLA */

div.region_1
{
	margin-bottom: 30px;
}

div.region_2
{
	/*margin-top: 30px;*/
	width: 100%;
	float:left;
	box-sizing: border-box;
	margin-bottom: 30px;
}

div.region_3
{
	width: 300px;
	float:right;
	/*margin-top:80px;*/
	margin-left: 1.6%;
	box-sizing: border-box;
}

/*SEGUNDO TRAMO CON COLUMNAS. NO TIENE MARGIN TOP*/
div.region_2.second
{
	margin-top:0px !important;
}

div.region_3.second
{
	margin-top:0px !important;
}

body.nota div.region_3
{
	margin-top:25px;
}


body.home div.region_3
{
	margin-top:80px;
}

body.seccion div.region_3
{
	margin-top: 25px;
}


div.region_4, div.region_2.second
{
	/*margin-top: 30px;*/
	width: calc(98.4% - 300px);
	float:left;
	box-sizing: border-box;
}

body.nota div.region_4
{
	/* margin-top:50px; */
}

body.seccion div.region_4
{
	/* margin-top:25px; */
}


@media(max-width: 880px)
{
	/*INTERIOR DE NOTA*/
	body.nota div.region_3
	{
		width: 100% !important;
		padding-top: 20px !important;
	}

	body.nota div.region_4
	{
		margin-top:0px;
		width: 100% !important;
	}

	/*SECCION*/
	body.seccion div.region_3
	{
		display: none !important;
	}

	body.seccion div.region_4
	{
		margin-top:0px;
		padding-top: 20px !important;
		width: 100% !important;
	}
}

@media(max-width: 780px)
{
	body .main1 .divwrapper
	{
		padding: 0px !important;
		
	}

	div.region_1,
	div.region_3,
	div.region_4,
	div.region_6,
	div.region_2.second

	{
		padding: 20px 20px 0;
	}



	div.region_2
	{
		float: none !important;
		width: 100% !important;
	}

	div.region_3
	{
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	div.region_4
	{
		float: none !important;
		width: 100% !important;
		/*margin-left: 0 !important;*/
	}

	

}

@media(max-width: 880px)
{
	div.region_2
	{
		margin-top: 20px !important;
	}

	div.region_3
	{
		margin-top: 20px !important;
	}
}

@media(max-width: 1080px) and (min-width: 781px)
{
	div.region_2
	{
		width: calc(98.4% - 300px) !important;
	}


}

@media(max-width: 1080px) and (min-width: 879px)
{
	div.region_3
	{
		/*margin-top: 30px !important;*/
	}
}


/*SHOWS Y HIDES*/

.show480
{
	display: none;
}



@media(max-width: 480px){

	.show480
	{
		display: block !important;
	}

	.hide480
	{
		display: none !important;
	}
	
}

@media(max-width: 580px){


	.hide580
	{
		display: none !important;
	}
}

.show680
{
	display: none;
}


@media(max-width: 680px){
	
	.show680
	{
		display: block !important;
	}

	.hide680
	{
		display: none !important;
	}

}

.show780
{
	display: none;
}



@media(max-width: 780px){

	.show780
	{
		display: block !important;
	}

	.hide780
	{
		display: none !important;
	}
	
}

.show880
{
	display: none;
}

@media(max-width: 880px){

	.show880
	{
		display: block !important;
	}
	
	.hide880
	{
		display: none !important;
	}
}

@media(max-width: 980px){
	
	.hide980
	{
		display: none !important;
	}
}

@media(max-width: 1080px) 
{
	.hide1080
	{
		display: none !important;
	}
}

