.content {
	display: block;
	clear: both;
}

/*******************************************
columnas iguales
*********************************************/

.cont1 {
	float: left;
	width: 190px;
}

.cont2 {
	float: right;
	width: 190px;
}