/* layout.css */

body {
	background-image: url(../img/bg_topo.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}



div#container {
	width: 980px;
	min-height: 500px;
	margin: 0 auto;
	text-align: left;
}

div#cabecalho {
	width: 980px;
	height: 172px;
}

div#logo {
	float: left;
	width: 980px;
	height: 94px;
}

h1 {
	margin: 0;
	height: 94px;
	position: absolute;
	background-image: url(../img/topo.png);
	background-repeat: no-repeat;
}

h1 span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

h1 a {
	display: block;
	width: 980px;
	height: 94px;
}

div#menuTopo {
	width: 960px;
	height: 48px;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
}

/* menuPrincipal */

div#menuTopo ul#menuPrincipal ul {
	text-align: right;
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f5f5f5;
	float: left;
}

div#menuTopo ul#menuPrincipal li {
	list-style: none;
	float: left;
	margin: 0 3px 0 2px;
	background: url(../img/mnu_esq.png) no-repeat top left;	
	
}

div#menuTopo ul#menuPrincipal li span {
	display: block;
	float: left;
	padding: 0 8px;
	background: url(../img/mnu_dir.png) no-repeat top right;
}

div#menuTopo ul#menuPrincipal li a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f5f5f5;
	font-weight: bold;
	background: url(../img/mnu_cen.png);
	background-repeat: repeat-x;
}

div#menuTopo ul#menuPrincipal li a:hover {
	color: #fc3;
}

/* fim menuPrincipal */


/* fim cabecalho */


div#section-980 {
	float: left;
	width: 980px;
}

div#section-980 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 12px;
}

div#section-980 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}

div#section-980 a:hover {
	text-decoration: none;
}


div#section-654 {
	float: left;
	width: 654px;
}

div#section-654 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding-right: 1px;
	padding-left: 25px;
	margin-bottom: 12px;
}

div#section-654 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}

div#section-654 a:hover {
	text-decoration: none;
}


div#section-415 {
	float: left;
	width: 415px;
	height: 305px;	
}

div#section-415 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 12px;
	font-weight: 200;
}


div.section-490 {
	float: left;
	width: 490px;	
}

div.section-490 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 12px;
	font-weight: 200;
}


div#section-565 {
	float: left;
	width: 565px;
	height: 305px;	
}


div.section-326 {
	float: left;
	width: 276px;
	min-height: 80px;
	border-top: 5px solid #ccc;
	margin-left: 25px;
	margin-right: 25px;
}

div.section-326 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-bottom: 6px;
	padding-top: 6px;
}

div.section-326 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}

div.section-326 a:hover {
	text-decoration: none;
}


div.section-280 {
	float: left;
	width: 280px;
	min-height: 80px;
	border-left: 5px solid #ccc;
	margin-left: 25px;
	margin-right: 0;
}

div.section-280 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-bottom: 6px;
	padding-left: 20px;
}

div.section-280 a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: underline;
}

div.section-280 a:hover {
	text-decoration: none;
}








#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.lista01 {
	list-style-position: outside;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	padding-left: 18px;
	margin-bottom: 12px;
}

iframe#ifame1 { 
	margin:0;
	padding:0;
	height:285px;
}
iframe#ifame1 {
	width:565px;
}


hr {
	border: 1px dotted #B1BFD2;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #2679bf;
	
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 20px;
}

.titulo01 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #2679bf;
}

.titulo02 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.titulo03 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #2679bf;
}


/* lista1 */

ul#lista1 {
	list-style: none;
	margin: 0;
	padding: 0;
	/* width: 100% */
}

ul#lista1 li.lista01 {
	width: 150px;
	height: 100px;
	margin-right: 28px;
	margin-bottom: 15px;
	overflow: hidden;
	float: left;
}

ul#lista1 li.lista01 p {
	margin: 10px 10px 0 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* fim lista1 */


/* lista2 */

ul#lista2 {
	list-style: none;
	margin: 0;
	padding: 0;
	/* width: 100% */
}

ul#lista2 li.lista02 {
	width: 150px;
	height: 100px;
	margin-left: 28px;
	margin-right: 18px;
	margin-bottom: 46px;
	overflow: hidden;
	float: left;
}

ul#lista2 li.lista02 p {
	margin: 10px 10px 0 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* fim lista2 */


/* table1 */

table.table1 {
	border-collapse: collapse;
	background-color: #fff;
	width: 915px;
	margin-left: 25px;
}

table.table1 tr td,
table.table1 tr th {
	border: 1px solid #ccc;
	padding: 4px 8px;
	margin: 2px; 
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-align: left;
}

table.table1 tr th {
	background-color: #002E45;
	color: #fff;
}

table.table1 tr.bg {
	background-color: #ccc;
}

table#table1 tr:hover {
	background-color: #d2efff;
	/* cursor: pointer; */
}
/* 
div#section-a table td:hover {
	background-color: #99ccff;
	cursor: pointer; 
}
*/


.formInput {
	background-image: url(../img/forminput.jpg);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	width: 314px;
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 0;
	color: #333;
	padding-left: 8px;
	padding-right: 28px;
}

.formMsg {
	background-image: url(../img/formmsg.jpg);
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	width: 334px;
	height: 114px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 0;
	color: #333;
	padding-left: 8px;
	padding-right: 28px;
	padding-top: 8px;
}

.formBotao {
    background-image: url(../img/formbotao.jpg);
	background-repeat: no-repeat;
	border: 0;
	width: 65px;
	height: 27px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 1px;

}

.formBotao:hover {
    color: #ffcc00;

}


/* inicio rodape */

div#rodape {
	background-image: url(../img/rodape.jpg);
	background-repeat: repeat-x;
	background-color:#003E6B;
	height: 94px;
	text-align: center;
	clear: both;
}

div#rodape1 {
	width: 980px;
	height: 94px;
	margin: 0 auto;
	text-align: center;
}

div#rodape1 ul {
	list-style: none;
}

div#rodape1 ul#imgsRodape li#rod1 {
	background-image: url(../img/rodape.jpg);
	background-repeat: repeat-x;
	width: 895px;
	height: 94px;
	float: left;
	
}

div#rodape1 ul#imgsRodape li#rod1 p {
	margin-left: 25px;
	text-align:left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 78px;
}


div#rodape1 ul#imgsRodape li#rod2 a {
	background-image: url(../img/rodape_sinapse.jpg);
	width: 85px;
	height: 94px;
	float: left;
}



/* fim rodape */

