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

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

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 */ }


/*  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
{
	width: 100%;
	float:left;
	box-sizing: border-box;
	margin-bottom: 30px;
}

div.region_3
{
	width: 330px;
	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% - 330px);
	float:left;
	box-sizing: border-box;
}

/* CUERPO PRINCIPAL DEL INTERIOR DE NOTA */
body.nota div.region_4
{
	margin-top:0px;
}

/* CUERPO PRINCIPAL DE LA SECCION */
body.seccion div.region_4
{
	margin-top:0px;
}


@media(max-width: 768px)
{
	/*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: 768px)
{
	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: 768px)
{
	div.region_2
	{
		margin-top: 20px !important;
	}

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

/* TABLET */
@media(min-width: 769px) and (max-width: 1024px) 
{
	div.region_2
	{
		width: calc(98.4% - 330px) !important;
	}
	
	body.home div.region_3
	{
		margin-top: 0px !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: 768px){

	.show780
	{
		display: block !important;
	}

	.hide780
	{
		display: none !important;
	}
	
}

.show880
{
	display: none;
}

@media(max-width: 768px){

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

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

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


.visible-lg-block {
	display: none;
}

@media(min-width: 1025px) 
{
	.visible-lg-block
	{
		display: block !important;
	}
}


.hide-lg-block {
	display: block;
}

@media(min-width: 1025px) 
{
	.hide-lg-block
	{
		display: none !important;
	}
}