@import "botao.css";

#content #content-principal {
	width: auto;
	float: none;
	}
	#content #botoes {
		width: 180px;
		float: left;
		}
		#content #botoes .botao {
			width: auto;
			}
	
	#content #texto {
		float: left;
		width: 500px;
		margin-left: 30px;
		font: 12px Arial, Helvetica, Sans-serif;
		}
