/* ================ */
/* = The 1Kb Grid = */     /* 14 columns, 60 pixels each, with 10 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:130px; }
.grid_3 { width:200px; }
.grid_4 { width:270px; }
.grid_5 { width:340px; }
.grid_6 { width:410px; }
.grid_7 { width:480px; }
.grid_8 { width:550px; }
.grid_9 { width:620px; }
.grid_10 { width:690px; }
.grid_11 { width:760px; }
.grid_12 { width:830px; }
.grid_13 { width:900px; }
.grid_14 { width:970px; }

.grid_titulares { width:260px; }
.grid_tv { width:310px; }
.grid_titular { width:380px; }
.grid_redMedios { width: 316px; }

.column {
	margin: 0 5px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.row .row {
	margin: 0 -5px;
	width: auto;
	display: inline-block;
}

#theHeader, #theContent, #theFooter {
	margin-bottom: 20px;
	background: #fff;
}
#theHeader {
	
}
div#theContent div.box {
	overflow: hidden;
	margin-bottom: 10px;
}

/* Columnas columnistas */
div#columnasColumnistas {
	display: block;
	overflow: hidden;
}
div#columnasColumnistas h2 {
	margin: 0;
	padding: 0;
}
div.theColumna {
	display: block;
	float: left;
	width: 226px;
	height: 75px;
	border: 1px solid #dfdfdf;
	margin-right: 5px;
	margin-top: 5px;
	padding: 5px;
	background: #fdfdfd;
}
div.columnaLast {
	width: 229px;
	margin-right: 0;
}
div#columnasColumnistas h2 a {
	font-size: 15px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
}
div#columnasColumnistas h2 a:hover {
	color:#D5530F;
}
span.columnasAutor {
	font-size: 11px;
	font-style: italic;
	color: #444;
}
/* NEWS */
div#newsNews {
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
div#newsNews h2 {
	font-size: 16px;
	line-height: 16px;
	position: relative;
	margin-top: 5px;
}
div#newsNews h2 a {
	text-decoration: none;
	color: #222;
	font-size: .8em;
}
div#newsNews h2 a:hover {
	color:#D5530F;
}
div#newsNews ul {
	margin: 0;
	padding: 0;
	color:#06f;
}
div#newsNews ul li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 2px;
}
div#newsNews ul h2 {
	margin: 0;
	padding: 0;
}
div#newsNews ul a {
	font-size: .75em;
}
div.theNews {
	width: 226px;
	height: 340px;
	margin-right: 12px;
}
div.theNewsLast {
	width: 226px;
	height: 340px;
}
#newsNews .pan-thumb {
	margin-top: 5px;
	display: block;
	overflow: hidden;
	height: 80px;
	clip: rect(0px 225px 100px 0px);
}

/* ART */
div#artwork-big {
	width:348px;
	height:186px;
	margin-right:1px;
	display:block;
	float:left;
	margin-bottom:3px;
}
