/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_2_buscar { width:130px; text-align:right; }
.grid_3 { width:220px; }
.grid_3_tab { width:235px; float:right;}
.column_tab {
    margin-right: 2px !important;
    overflow: hidden;
    float: left;
    display: inline;
    color: #FFFFFF;
}

.column_tab_last {
    margin-right: 0px !important;
    overflow: hidden;
    float: left !important;
    display: inline;
    color: #FFFFFF;
}
.grid_4 {
	width:300px;
}
.grid_4_buscar {
	width:320px;
	text-align:center;
}
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_6_buscar { width:420px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_8_buscar { width:600px;}
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
	color: #999999;
}

.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0px;
	height: 0px;
}
