/* Geral -------------------------------------------------------------------- */

BR {
	clear								: both;
}

/* O QUE FAZEMOS ----------------------------------------------------------- */

#oquefazemos {
	padding:25px 0px 0px 0px;
	background:URL(../imagens/background/bg_linhaV.gif) repeat-y top center;
	color:#000000;
}

#oquefazemos .caixa {
	width:100%;
	height:auto !important;
	min-height:10px;
	height:10px;
	margin-bottom:25px;
}

.caixa .fazemosEsquerda, .caixa .fazemosDireita {
	width:48%;
	height:auto !important;
	min-height:10px;
	height:10px;
	float:right;
	text-align:left;
	line-height:15px;
}

.caixa .fazemosDireita {
	float:left;
	text-align:right;
}

.caixa .fazemosEsquerda STRONG, .caixa .fazemosDireita STRONG {
	color:#000;
	font-size:1.2em;
	display:block;
	width:100%;
	margin-bottom:5px;
}

/* LINKS ------------------------------------------------------------------- */

A:HOVER {
	color:#000 !important;
}

