@import url(../contato.css);
* {
	font-family: "Lucida Sans Unicode", Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding:0;
	/*border: 1px solid #000;*/
}

body {
	text-align: center;
	background: #EBEBEB url(imagens/fundao.gif) repeat-y center;
}
#total {
	width:770px;
	margin: auto;
	clear: both;
}

h1#main a {
	background: url(imagens/topo.gif);
	text-indent: -9999px;
	width: 770px;
	height: 68px;
	display: block;
}

#menu {
	background: url(imagens/menu.gif);
	clear: both;
	float:left;
	width:174px;
	height:813px;
}

#rodapex {
	clear: both;
	border-top: 1px solid #E5E5E5;
	width: 770px;
	margin: auto;
}

#rodapex p {
	margin: 10px;
	color: #aaa;
	clear: both;
}
#menu ul {
	margin: 180px 0 0 0;
	text-align: right;
}
#menu ul li {
	list-style: none;
	background-color: #87E210;
	padding: 3px 4px 3px 0;
	margin: 4px 33px 4px 0;
}
#menu ul li a{
	text-decoration: none;
	color: #000;
}
#menu ul li a:hover{
	text-decoration: none;
	color: #fff;
}
#corpo {
	float:left;
	width: 535px;
	text-align: justify;
	margin: 30px 0 0 60px;
}
#corpo h2 {
	margin-top: 15px;
	background: #93FF00 url(imagens/seta_pg.gif) no-repeat;
	padding: 7px 0 6px 60px;
}
#corpo ul {
	margin: 6px 0 0 0;
}
#corpo #itens ul li {
	list-style: none;
	background: url(imagens/fundo_pg.gif) no-repeat;
	padding: 4px 0 10px 20px;
	margin: 0 0 0 40px;
}
#corpo ul li a{
	text-decoration: none;
	color: #000;
}
#corpo ul li a:hover{
	text-decoration: underline;
	color: #000;
}
.boot a {
	width:200px;
	padding:5px 10px 5px 10px;
	color: #000;
	font-weight: bold;
	background: #93FF00;
	border: 2px #79D200 solid;
	text-decoration: none;
}
.alinha_centro {
	padding: 10px 0 0 0;
	text-align: center;
}
#corpo #cont-pos ul li {
	margin: 0px 0 10px 30px;
	list-style-image: url(imagens/seta_lista.gif);
}
h3 {
	font-size: 16px;
	margin: 15px 0 15px 0px;
}
#cont-pos {
	float: left;
	width: 490px;
	text-align: justify;
	margin: 10px 0 0 0px;
}
#cont-pos p {
	margin: 0px 0 10px 0;	
}

#cont-pos a {
	text-decoration: none;
	color: #8A8B8F;
}
#cont-pos a:hover {
	text-decoration: none;
	color: #000;
}
.atencao{
	color: red;
	font-weight: bold;
}
.prorrogadas {
	color: blue;
	font-weight: bold;
}

.encerradas {
	color: #682222;
	font-weight: bold;
}
.atencao2{
	color: red;
}


#principal h3 {
	font-size: 15px;
	padding: 0 0 10px 0;
	color: #860000;
}

#principal h4 {
	font-size: 13px;
	padding: 10px 0 0px 0;
	color: #860000;
}

#principal strong {
	color: #860000;
}

#principal div h5 a, #principal div h5 a:hover {
	width: 200px;
	border: 1px solid #860000;
}

#principal div h5 a:hover {
	background: #FFCACA;
}
