@charset "utf-8";
/* CSS Document */
/* Estrutura */
#homeContent {
	width:100%;
	display:block;
	border-bottom:3px solid #F60;
}
.cF:after {
	clear:both;
	content:".";
	display:block;
	visibility:hidden;
	height:0;
}
#leftSide {
	width:505px;
	float:left;
	display:inline;
}
#rightSide {
	width:250px;
	float:right;
	display:inline;
}
#falaBanner {
	width:100%;
	background-color:#FF6600;
	height:130px;
}
#falaContent {
	height:195px;
	border-bottom:2px solid #F60;
}
	.cjFala{
		height:110px;
	}
	.falaJCapa {
		width:80px;
		height:100px;
		float:left;
		border:2px solid #F60;
	}
	.falaJInfo {
		float:right;
		width:160px;
	}
#boxTools {
	height:128px;
	border:1px solid #047090;
}
	.topBoxTools {
		padding:0.5em;
		background-color:#047090;
		color:#FFF;
	}
	.contentBoxTools {
		background:#FFF url(images/bgBoxrm.jpg) right top no-repeat;
	}
.col1 {
	float:left;
	width:250px;
}
.col2 {
	float:right;
	width:250px;
}
.linkBox {
	border:1px solid #047090;
}
.t1 {
	padding:0.3em;
	height:20px;
}
.t1 a {
	font-weight:bold;
}
h1 {
	margin:0;
	padding:0;
	font-size:140%;
	color:#F60;
	font-weight:bold;
}
h2 {
	margin:0;
	padding:0;
	font-size:140%;
	color:#F60;
	font-weight:bold;
	float:left;
}
h2 big {
	font-size:115%;
}
span.texto {
	font-size:100%;
	color:#333;
}
span.texto2 {
	font-size:110%;
	color:#333;
}

