/************************************************************* VN06:
/************************************************************* 	1 Ferrari
/************************************************************* 	2 Primo
/************************************************************* 	3 Romero
/************************************************************* 	4 Strunc
/************************************************************* 	
/************************************************************* DGPC OCAMPO
/************************************************************* FADU 2015

          __  ___   __   
/\   /\/\ \ \/ _ \ / /_  
\ \ / /  \/ / | | | '_ \ 
 \ V / /\  /| |_| | (_) |
  \_/\_\ \/  \___/ \___/ 
  
/************************************************************* GENERALES*/
/*  SECTIONS  */
section, aside, .section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
section.col, aside.col, .col {
	position: relative;
	display:block;
	float:left;
	margin: 2% 0 1% 1.8%;
}
section.col:first-child, aside.col:first-child, .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 SIX  */
.col_6 {
	width: 100%;
	min-height: 200px;
}

section.col_5, .col_5 {
  	width: 83.03%;
		min-height: 200px;
}

section.col_4, .col_4 {
  	width: 66.06%;
		min-height: 200px;
}

section.col_3, .col_3 {
  	width: 49.1%;
		min-height: 170px;
}

aside.col_2, .col_2 {
  	width: 32.13%;
		min-height: 200px;
}

aside.col_1, .col_1 {
  	width: 15.16%;
		min-height: 200px;
}

.box_margin {
	margin:0 15px;
}

.group {
	margin-bottom: 22px;
}

/*  GRILLA ESPECIAL PARA PROGRAMACION */
.col_4_p {
  	width: 66.06%;
}
.col_2_p {
  	width: 32.13%;
}

.col_p {
  position: relative;
  display: block;
  float: left;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	section.col_5, section.col_4, section.col_3, aside.col_2, aside.col_1, .col_1, .col_2, .col_3, .col_4, .col_5, .col_6 { width: 100%; }
	.col_2_p, .col_4_p { width: 100%}
}




