/*********************************************************************************/
/************************* DEFINIÇÕES PADRÕES DE CSS *****************************/
*{ margin: 0; padding: 0 }
.row {
	display: table;
}
.col, .col-left {
	float: left;
}
.col-right {
	float: right;
} 
.meio {
	width: 49%;
}
.terco {
	width: 32%;
}
.quarto {
	width: 24%;
}
.tres-quartos {
	width: 73%;
}




