@import url(reset.css);
@import url(menu_topo.css);
@import url(rodape.css);
@import url(centro.css);
body {
	font-family: 'Trebuchet MS', Verdana, Arial, Tahoma, "Sans-Serif";
	margin: 0 auto;
	background: url(../img/bg-cabecalho3.png) no-repeat top;
	background: url(../img/bg.png) no-repeat top;
	background-color: #1ED0F9;
}
#cabecalho {
	width: 960px;
	margin: 0 auto;
	height: 129px;
	border: 0px solid;
	/*  background: url(../img/bg-cabecalho.png) no-repeat;*/
}
#cabecalho h1 {
	text-indent: -9000px;
}
#cabecalho a.coi {
	padding: 50px 190px 140px 190px;
	margin: 30px;
}
h1 {
	display: block;
	text-align: center;
}
a.mailto {
	color: #FFF;
}
#corpo {
	margin: 0 auto;
	padding-top: 12px;
	width: 960px;
	border: 0px solid;
	background: #FFF;
	min-height: 645px;
	background: url(../img/bg-fundo.png) no-repeat;
}
#fundo {
	background: url(../img/bg222.png) repeat-x;
}
#principal {
	width: 970px;
	margin: 0 auto;
	background: url(../img/bg-fundo.png) no-repeat;
	padding-bottom: 10px;
}
#imgconteudo {
	border: 0px solid;
	float: left;
	width: 205px;
	height: 373px;
	margin-left: 12px;
	margin-top: 13px;
}
iframe {
	margin-top: 0px;
	border-top: 1px solid #58B9ED;
	border-left: 1px solid #58B9ED;
	border-right: 1px solid #58B9ED;
	border-bottom: 1px solid #58B9ED;
	background: url(../img/bg-frame.png)no-repeat;
}


