/* CSS Document */

body{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
	background-color: #e5e5e5;
}
#tplGeral{
	text-align: center;
	background-image: url(../images/bg_geral.gif);
	background-repeat: repeat-x;
	padding-top: 1px;
}
#tplSite{
	text-align: left;
	margin: 24px auto 15px;
	width: 899px;
	border: 1px solid #999;
	background-color: #FFF;
}
#tplRodape{
	width: 879px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 40px;
	position: relative;
}
#tplTopo{
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	position: relative;
}
#tplFaixa{
	height: 220px;
}
#tplMenu{
	height: 46px;
	background-color: #5c72bb;
}
#tplConteudo{
	padding: 10px;
}
#tplMenu ul{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	line-height: 48px;
}
#tplMenu li{
	list-style: none;
	float: left;
	margin: 0 12px;
}
#tplMenu a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
	background-color: #5C72BB;
}
#tplMenu a:hover{
	background-color: #29355D;
}
#tplMenu a.sel{
	background-color: #29355d;
}
#tplCxLogin{
	position: absolute;
	width: 450px;
	top: 11px;
	right: 5px;
	line-height: normal;
	text-align: right;
}
form{}
#tplCxLogin .campo{
	border: 1px solid #999;
}
#tplCreditos{
	width: 60px;
	position: absolute;
	top: 20px;
	right: 0px;
}
#tplCreditos a{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#tplHCBox{
	background-color: #f1f1f1;
	margin-bottom: 10px;
	width: 310px;
	height: 330px;
}
#tplHCNews{
	background-color: #b2b2b2;
	color: #FFF;
	padding: 10px;
}
#tplHCNews h2{
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.cxInfo{
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px;
	background-color: #F4F7FB;
}
