/*div {
	Usar PNG
	behavior: url(../js/iepngfix.htc);
}*/

.centralizar {
	width:950px;
	margin:0 auto;
	padding:0 25px;
}

#topo {
	background:url(../img/bg-topo-repeat.jpg) repeat-x center top;
}

#topo .centralizar {
	height:472px;
	background:url(../img/bg-topo.jpg) no-repeat center top;
}

#topo .logomarca {
	display:block;
	margin-bottom:33px;
}

#menutopo {
	float:left;
	width:223px;
	border-left:7px solid #1775cc;
}

#menutopo li {
	border-top:1px solid #1688c9;
	padding:5px 0 5px 10px;
	list-style:none;
}

#menutopo li.first {
	border-top:0;
}

#menutopo li a {
	font:11px tahoma;
	text-transform:uppercase;
	color:#fff;
}

#menutopo li a:hover {
	color:#77c3f2;
}

/*******************************************************
												CORPO
*******************************************************/

#corpo {
	padding-top:30px;
}

/****** SIDEBAR *****/

#sidebar {
	float:left;
	width:230px;
}

#sidebar #newsletter {
	padding-top:15px;
}

/****** MAINCONTENT *****/

#mainContent {
	width:695px;
	float:right;
	height:100%;
}

.panel {
	border:5px solid #eef3f6;
}

.panel .borda {
	border:1px solid #d5e1e9;
	height:100%;
}

.panel .borda #conteudo {
	padding:20px;
}

#mainContent .abas {
	float:left;
	margin-bottom:10px;
}

#mainContent .abas li {
	float:left;
	border:1px solid #d5e1e9;
	border-top:0;
	border-left:0;
	list-style:none;
	padding:17px 0;
}

#mainContent .abas li.ativo {
	border-bottom:0;
}

#mainContent .abas li a {
	display:block;
	text-align:center;
	height:11px;
	text-indent:-9000em;
	overflow:hidden;
}

#mainContent .abas li.aba01 a {
	width:226px;
	background:url(../img/tt-abas-programas.gif) no-repeat center -11px;
}

#mainContent .abas li.aba02 a {
	width:229px;
	background:url(../img/tt-abas-planoscomerciais.gif) no-repeat center -11px;
}

#mainContent .abas li.aba03 a {
	width:226px;
	/*background:url(../img/tt-abas-projetos.gif) no-repeat center -11px;*/
}

#mainContent .abas li.ativo a {
	background-position:center top;
}

#mainContent .destaque {
	float:left;
	width:190px;
	border-left:1px solid #ebf0f3;
	margin-left:20px;
	padding-left:20px;
}

#mainContent .firstdestaque {
	margin-left:0;
	padding-left:0;
	border-left:0;
}

#mainContent .destaque img {
	margin-bottom:12px;
}

/*******************************************************
												RODAPE
*******************************************************/

#rodape {
	clear:both;
}

#rodape .centerrodape {
	margin:30px auto 15px auto;
	padding:20px 0 20px 8px;
	border-top:2px solid #c5ced3;
	border-bottom:1px solid #c5ced3;
}

#rodape li {
	float:left;
	list-style:none;
	margin-left:8px;
	padding-left:10px;
	background:url(../img/square01.gif) no-repeat left 8px;
}

#rodape li.first {
	background:none;
	padding-left:0;
}

#rodape li a {
	color:#8c9ea8;
}

#rodape li a:hover {
	color:#5c7481;
}

#rodape .pontocriativo {
	display:block;
	float:right;
	font:9px tahoma;
	color:#8c9ea8;
}

#rodape address {
	font-style:normal;
	padding-bottom:10px;
}

/*******************************************************
												FORM
*******************************************************/

select {
	border:1px solid #d7e2e8;
	padding:2px 2px 2px 5px;
}

.campo .input, .campo .textarea {
	float:left;
	border:1px solid #edf1f3;
	margin-bottom:6px;
}

.campo label {
	display:block;
	margin-bottom:6px;
}

.campo .bg-t {
	background:url(../img/input-t.gif) repeat-x center top;
}

.campo .input input, .campo .textarea textarea {
	padding:6px 0 4px 0;
	margin:0 10px;
}

.campo .textarea textarea {
	overflow:auto;
}

.fieldleft {
	float:left;
}

.fieldright {
	float:right;
}

/*******************************************************
												CLASS
*******************************************************/

.linha01 {
	height:1px;
	background:url(../img/linha.gif) repeat-x center center;
}

.cordestaque {
	color:#000;
}

.clear {
	clear:both;
}

.margem {
	height:20px;
}