/* layout.css */

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f4f4f3;
	text-align: center;

}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

div#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

div#cabecalho {
	width: 980px;
	height: 291px;
}

h1 {
	margin: 0;
	height:291px;
	background: #fff url(../img/topo.jpg);
	background-repeat: no-repeat;
}

h1 span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

h1 a {
	display: block;
	width: 980px;
	height: 291px;
}
/* fim cabecalho */



/* corpo */

div#section-1 {
	width: 980px;
	height: 31px;
	padding-left: 15px;
}

ul li {
	float: left;
}

div#corpo ul#menuPrincipal {
	list-style: none;
	float: left;
}

div#section-1 ul#menuPrincipal li a {
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	padding-left: 13px;
	padding-right: 13px;
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}

div#section-1 ul#menuPrincipal li a:hover {
	color: #990000;
}

div#section-home1 {
	float: left;
	width: 351px;
	padding-top: 25px;
}

div#section-home1 p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 10px;
}

div#section-home2 {
	float: left;
	width: 334px;
	padding-top: 25px;
}

div#section-home3 {
	float: left;
	width: 295px;
}



div#section-home3-1 {
	float: left;
	width: 245px;
	margin-bottom: 25px;
	margin-left: 27px;
	margin-top: 23px;
	margin-top: 25px;
	border: dotted 1px;
}

div#section-home3-1 p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-bottom: 10px;
	padding-right: 17px;
	padding-left: 17px;
	padding-top: 17px;
}

div#section-2 {
	float: left;
	width: 980px;
	padding-top: 25px;
}

div#section-2 p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 10px;
}

div#section-2a {
	float: left;
	width: 490px;
	padding-top: 25px;
}

div#section-2a p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 10px;
}

div#section-2b {
	float: left;
	width: 490px;
	padding-top: 25px;
}

div#section-2b p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 10px;
}


.titulo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #006699;
	font-size: 22px;
	font-weight: bold;
}	

.imgPadding {
	padding-bottom: 9px;
	padding-right: 18px;
	padding-top: 9px;
	border: 0;
}

.link01 {
	font-family:Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
	font-size: 12px;
}	

.link01:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: none;
}



/* rodape */

div#rodape {
	
	width: 980px;
	height: 82px;
}

div#rodape ul {
	list-style: none;
}

div#rodape ul#imgsRodape li#rod1 {
	background-image: url(../img/rodape01.png);
	width: 240px;
	height: 119px;
	float: left;
}

div#rodape ul#imgsRodape li#rod2 {
	background-image: url(../img/rodape02.png);
	width: 662px;
	height: 119px;
	float: left;
}

div#rodape ul#imgsRodape li#rod3 a {
	background-image: url(../img/rodape_sinapse.png);
	width: 78px;
	height: 119px;
	float: left;
}

/* fim do rodape */


