/*--------------------------------------Definições gerais*/

body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/fundo-site.jpg);
	font-size: 12px;
	background-repeat: repeat-x;
}
.conteudo {
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
}
.conteudo a:hover{
	color: #CC0000;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}	
.centro {
	
	background-repeat: no-repeat;
	background-position: center top;}

.lateral{
	background-repeat: repeat-x;
	background-position: top;
	width: 166px;
	
}
/*Rodapé */
.rodape{
	background-image: url(../img/fundo-rod.jpg);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #C3A3DB;
	height: 100px;
	padding-right: 50px;
	padding-left: 50px;
}
.rodape a, .rodape a:active, .rodape a:visited{
	color: #666666;
	text-decoration: none;
		}
.rodape a:hover{
	color: #9933FF;
	text-decoration: none;
}
.rodape h1{
	font-size: 14px;
	color: #662B23;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.rodape h2{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}
.fundo-interno {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}

/*--------------------------------------Lateral */
.lateral a, .lateral a:visited, .lateral a:active{
	color: #333333;
	text-decoration: none;
}
.lateral a:hover{
	color: #1175A9;
	text-decoration: none;
}
.box_faleconosco{
	background-repeat: no-repeat;
	background-position: center top;
}
.box_faleconosco h1{
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 7px;
	margin-left: 7px;
	padding-bottom: 3px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	display: block;
}
.box_faleconosco h2{
	font-size: 17px;
	padding-right: 5px;
	padding-left: 10px;
	margin-right: 7px;
	margin-left: 7px;
	padding-bottom: 3px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	display: block;
}
.box_noticias {
	background-image: url(../img/tit-noticia.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.box_noticias h1{
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 7px;
	margin-left: 7px;
	padding-bottom: 3px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	display: block;
	color: #92417C;
}
.box_noticias h2{
	font-size: 9px;
	padding-right: 5px;
	padding-left: 10px;
	margin-right: 7px;
	margin-left: 7px;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	color: #999999;
	
}.box_noticias h3 {
	font-size: 11px;
	padding-right: 5px;
	padding-left: 10px;
	margin-right: 7px;
	margin-left: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	color: #333333;
	font-weight: normal;
}
.box_comunicados {
	background-image: url(../img/tit-evento.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
.box_comunicados h1{
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 7px;
	margin-left: 7px;
	padding-bottom: 3px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 8px;
	display: block;
	color: #92417C;
}
.box_comunicados h2{
	font-size: 9px;
	padding-right: 5px;
	padding-left: 10px;
	margin-right: 7px;
	margin-left: 7px;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	color: #999999;
	
}
.box_comunicados h3 {
	font-size: 11px;
	padding-right: 5px;
	padding-left: 10px;
	margin-right: 7px;
	margin-left: 7px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	color: #333333;
	font-weight: normal;
}

/*--------------------------------------Centro da Home */

.destaques_esq{
	display: block;
	float: center;
	width: 200px;
	margin-left: 0px;
	padding-right: 3px;
}
.destaques_dir{
	display: block;
	float: center;
	width: 200px;
	margin-right: 0px;
	margin-left: 5px;
	padding-right: 5px;
}
.caixa{
	margin: 2px;
	height: 100px;
	padding: 0px;
}
.caixa a, .caixa a:visited, .caixa a:active{
	color: #333333;
	text-decoration: none;
}
.caixa a:hover{
	color: #732B74;
}

.caixa h1{
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 90px;
	color: #993366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.caixa h2{
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.caixa img{
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}
/*--------------------------------Interno */

.texto{
	display: block;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding: 0px;
	color: #343434;
	text-decoration: none;
	font-size: 12px;
	text-align: justify;
}
.texto h1{
	color: #92417C;
	font-size: 18px;
	text-decoration: none;
	text-align: left;
	display: block;
	font-weight: bold;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.texto h2{
	font-size: 14px;
	color: #D6A800;
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.texto h3{
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	display: block;
}

.texto h3 a, .texto h3 a:visited, .texto h3 a:active{
	color: #666666;
	text-decoration: none;}
.texto h3 a:hover{
	color: #9966CC;
	text-decoration: none;
	}

.texto h4{
	font-size: 13px;
	font-weight: bold;
	color: #343434;
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.texto h5{
	font-size: 20px;
	font-weight: bold;
	color: #343434;
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.texto img{
	padding: 0px;
	margin: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.texto a, .texto a:visited, .texto a:active{
	color: #333333;
	text-decoration: none;
}
.texto a:hover{
	color: #92417C;
	text-decoration: none;
}
.form {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 2px;
	background-color: #F9F9F9;
}
.botao {
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #CC0000;
	font-weight: bold;
	height: 12px;
	width: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.item{
	display: block;
	padding: 0px;
	height: 80px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.item img{
	display: block;
	padding: 2px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #CFCFCF;
	float: left;
}
.item h1{
	font-size: 15px;
	color: #D6A800;
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.item h1 a, .item h1 a:acive,.item h1 a:visited{
	color: #D6A800;
	text-decoration:none;
}
.item h1 a:hover{
	color: #000000;
	text-decoration:none;
}

.links{
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	text-align: right;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
}
.links a, .links a:active, .links a:visited{
	color: #999999;
	text-decoration: none;
}
.links a:hover{
	color: #CC0000;
	text-decoration: none;
}
.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: right;
	float: right;
	margin-left: 10px;
}
.mini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
}
.miniform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	height: 12px;
	margin: 0px;
	padding: 0px;
}
.linha {
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
}
.tit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}

