/* gerais */
* {
	margin: 0px;
	padding: 0px;
}

body{
	color: #000000;
	background: #003366 url(images/bg.png) fixed top left repeat-X;
	text-align: center;
}
img {
	border: 0px;
}

.c {
	clear:both;
	height:0px;
	font-size:0px;
}

cite {
	font-weight: bold;
	border-bottom: 1px dashed #cccccc;
	cursor: pointer;
}

hr {
	margin-bottom: 15px;
}

form {
	background:#CEE3FE;
	padding:10px;
	border: 1px solid #186EDF;
	/*font:90% Verdana, Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	color:#000066;
}

input {
	font-weight:80%;
	border: 1px solid #666;
}

textarea {
	font-weight:80%;
	border: 1px solid #666;
}

.selectt {
	font-weight:80%;
	border: 1px solid #666;
}

.comentario {
  background: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 3px;
	margin: 10px;
}

.comentario1 {
  background:#FFFFCC;
	border: 1px solid #FFCC00;
	padding: 3px;
	margin: 10px;
}

.anunint {
	background: #FF6633;
	border: 1px solid #CC6633;
	padding: 10px;
	margin: 10px;
	color:#ffffff;
	text-align:center;
	
}

.espaco {
	height: 8px;
	font-size: 1px;
}

#geral {
	margin: 10px auto;
	width: 760px;
	background: #FFFFFF;
	height: 100%;
	text-align: left;
	border: 4px solid #7AB7C8; /*#83C6CC*/
}

/* barra topo */
#top {
	background: url(images/top_pt.png) no-repeat;
	height:70px;
}

#top h1 {
	text-indent:-5000em;
	overflow:hidden;
	height:70px;
	width:130px;
}

#top h1 a {display:block; height:70px;}


/* menus */
#menu {
	height:14px;
	padding:1px 0px 1px 0px;
	background:#CEE3FE;
	margin:1px 0px 1px 0px;
	font:70% Verdana, Arial, Helvetica, sans-serif;
}

#menu ul {
	padding:0px;
	margin:0px;
}

#menu li {
	display:inline;
	_margin-right:0px;
	margin-left: 4px;
}

#menu a {
	text-decoration:none;
	color:#336699;
	font-weight:bold;
	display:inline;
	background: url(images/mrc1.gif) no-repeat;
	background-position:3px 3px;
	padding:0px 4px 0px 20px;
}

#menu a:hover {
	background: url(images/mrc2.gif) no-repeat;
	background-position:3px 3px;
	color:#666;
}

#menu_a {
	width:120px;
	float:left;
}

#menu_b {
	width:580px;
	float:right;
}

#menu_b ul {
	float:right;
	margin-right:10px;
	_margin-right:5px;
}

#menu1 {
	height:15px;
	padding:2px 0px 1px 2px;
	background:#186EDF;
	/*margin-bottom:1px;*/
	font:70% Verdana, Arial, Helvetica, sans-serif;
}

#menu1 ul {
	padding:0;
	margin:0;
}

#menu1 li {
	display: inline;
	padding-left: 0px;
	margin-left: 0px;
}

#menu1 a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:url(images/mrc1.gif) no-repeat;
	background-position:3px 3px;
	padding:0px 4px 0px 20px;
	margin-left:2px;
}

#menu1 a:hover {
	color:#FFCC00;
	background: url(images/mrc2.gif) no-repeat;
	background-position:3px 3px;
	padding:0px 4px 0px 20px;
	margin-left:2px;
}

/* conteudo */
#content {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg_content.png) repeat-Y top center;
	line-height: 1.3em;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#content a {
	color: #0000C0;
	text-decoration: none;
}

#content a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#content form, #content p {
	margin: 5px 5px 15px 10px;
}

/*#content ul, #content ol, #content li {
	margin: 0px;
	_margin: 10px;
}*/

/* barra lateral do site */
#latesq {
	width: 260px;
	padding: 5px;
	float: right;
	/*font:80% Verdana, Arial, Helvetica, sans-serif;*/
	text-align: left;
}

#latesq ul, #latesq li {
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}

#latesq ul li {
	background: #CEE3FE;
	border: 1px solid #186EDF;
	padding: 3px;
	margin: 2px;
}

#latesq ul#lista_servicos li {
	border: 0px;
	background: #fff;
	padding: 0px;
	margin: 0px;
}

#latesq h1, #latesq h2, #latesq h3, #latesq h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	margin:2px 0px 10px 5px;
	font-size:1.3em;
}

#latesq ul.lista {
	margin-left:5px;
}

#latesq ul.lista li {
	list-style-type:square;
	border:none;
	background:none;
	margin-left:15px;
	padding:1px;
}

/* cotneudo centro */
#conteudo2 {
	width: 480px;
	padding: 5px;
	float: left;
	text-align:left;
}

#content h1, #content h2, #content h3, #content h4 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	margin:2px 0px 10px 5px;
	font-size:1.3em;
}

#conteudo2 .tit_faq {
	background: #CEE3FE;
	border: 1px solid #186EDF;
	padding: 3px;
	margin: 2px;
}

#conteudo2 ol, #conteudo2 ul {
	margin-left: 20px;
	margin-bottom: 15px;
}

#conteudo2 ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

#conteudo2 ul li {
	list-style-type: square;
	margin-left: 20px;
	
}

#conteudo3 {
	/*width: 768px;*/
	padding: 5px 0px;
	text-align: center;
}

div#conteudo3 h1 {
	margin: 0px;
	padding: 0px;
}

#conteudo4 {
	padding: 5px;
}

#home_banners1 {
	text-align: center;
	background:#ffffff;
	margin-top:1px;
}

#home_banners {
	background: white;
	height: 140px;
	text-align: center;
	float: left;
}

ul#home-lista-nots {
	margin-left: 0px;
}

ul#home-lista-nots li {
	list-style-type: none;
	margin-left: 0px;
}

/* configs individuais das paginas internas */

.cportfolio {
	width:399px;
	height:165px;
	margin:0px auto;
	background:url(images/pnl_portfolio.png) no-repeat top left;
	padding:5px;
}
.cportfolio a {
	color:#0000FF;
	text-decoration:none;
}
.cportfolio h3 {
	color:#000066;
}
.cportfolio p {
	margin-right:10px;
	color:#336699;
	font:80% Verdana, Arial, Helvetica, sans-serif;
}
.cportfoliotb {
	background:#f5f5f5;
	border:1px solid #ccc;
	float:right;
	width:135px;
	height:95px;
	padding:1px;
	margin:3px 15px;
}

#lsrecursos li {
	background: #ccc;
	padding: 3px;
	border: 1px solid #666;
}

#portfolio-ano {
	background: #f5f5f5;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

h1#siteexpress-tit {
	display:block;
	background:#ffffff url(../images/publi2009/tit_siteexpress.png) top left no-repeat;
	height:72px;
	width:695px;
	overflow:hidden;
	text-indent:-9999px;
	margin:5px auto;
}

#site-express-head {
	height:220px;
	background:transparent url(../images/publi2009/pnl_siteexpress.png) top center no-repeat;
	margin:10px 0px;
}

.siteexpress {
	width:230px;
	float:left;
	padding:10px;
}

#site-express-head h2 {
	font-family: "arial narrow", sans-serif; /* monospace;*/
	font-size:20px;
	color:#2ca089;
	text-align:center;
	margin-bottom:15px;
}

#site-express-head strong {
	color:#227D6B;
}

#site-express-head p {
	line-height:1.60em;
}

/* tabelas */
table.tabhost {
	background-color: #D6D6D6;
	font-size: 100%;
}

table.tabhost th, table.tabhost td {
	padding: 4px;
	vertical-align: top;
}

table.tabhost th {
	background: #EFEFEF;
	color: #5A5A5A;
	font-weight: bold;
	text-align: center;
	height: 13px;
	max-height: 13px;
	padding-top: 4px;
}
 
table.tabhost tr.tabgrupo td {
	background-color: #F2F2F2;
	color: #5A5A5A;
}
 
table.tabhost tr.tabbotao td {
	background-color: #FFF;
	text-align: center;
}

table.tabhost td {
	font-size: 1em;
}

table.tabhost tr.tabcel td {
	background-color: #FFF;
	color: #666;
}

table.tabhost tr.tabcel1 td {
	background-color: #f7f7f7;
	color: #666;
}

ul#portfolio, ul#portfolio li {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul#portfolio li {
	border:2px solid #99CCCC;
	padding:5px;
	margin:0px 5px 10px 5px;
	background:#E9FFFA;
	color:#1B356A;
}

ul#portfolio li b {
	font-family: "arial narrow", sans-serif; /* monospace;*/
	font-size:12pt;
}

/* mapa */
#mapa {
	width: 448px;
	height: 370px;
	background: #fff;
	border: 2px solid #333;
	position: absolute;
	left: 40px;
	display: none;
	
}


/* rodape */
#bot {
/* 	height:30px; */
	padding:5px;
	margin:0;
	border-top:1px solid #999;
	font:7.5pt Verdana, Arial, Helvetica, sans-serif;
	background: #f5f5f5;
	color:#333;
}
#bands {
	width:150px;
	float:right;
	text-align:right;
	
}
#bot a {
	text-decoration:none;
	color:#333;
}
#bot a:hover {
	text-decoration:underline;
	color:#666;
}

/* pagina: home e conteudo das paginas */
#anum-firefox {
	text-align: center;
}

