@import url("../internas.css");

#site {
	background: url(imagens/fundo.jpg) #fff;
}


#topo {
	background: url(imagens/topo.jpg);
}

#corpo {
	clear: both;
	background: url(imagens/banner_topo_menu.jpg)  no-repeat left top;
	padding: 0 0 0 25px;
	min-height: 300px;
	height: 100%;
}

#menu { 
	background: url(imagens/rodape_menu.jpg) no-repeat left bottom;
	height: 508px;
}

#menu li {
	background: #fff;
}

#menu ul li a, #menu ul li a:hover {
	color: #054897;
}

#menu ul li a:hover {
	background: #054897;
	color: #fff;
}

#atalhos h3, #atalhos a, #atalhos a:hover {
	color: #5E8EA2;
}

#rodape {
	background: url(../imagens/rodape.jpg) bottom center no-repeat;
}

#rodape h2 span {
	background: url(../imagens/logo_rodape.jpg) no-repeat;
}

#rodape_interno li a, #rodape_interno li a:hover {
	background: url(../imagens/marcador_rodape.jpg) no-repeat left top;
}

#conteudo h4 {
	font-size: 14px;
	color: #054897;
	padding: 15px 0 0 0;
}

#conteudo h4 a {
	font-size: 14px;
	color: #054897;
	padding: 15px 0 0 0;
	text-decoration: none;
}

#conteudo h4 a:hover {
	font-size: 14px;
	color: #000;
	padding: 15px 0 0 0;
	text-decoration: none;
}

#conteudo ul {
	padding: 20px 0 0 35px;
	list-style: square;
}

#conteudo li {
	padding: 3px 0;
}

#conteudo ul li a, #conteudo ul li a:hover {
	text-decoration: none;
	padding: 2px 0 0 0 !important;
}

#conteudo ul li a:hover {
	text-decoration: underline;
	color: #054897;
}

.info {
	font-size: 10px;
}

#principal form {
	float: left;
}

fieldset {
    float: left;
	clear: both;
    padding: 0 5px 5px 4px;
	margin: 2px;
    border: 1px solid #eee;
    background: #fff;
}

legend {
    background: #fff;
}

.alinha {
	text-align: center;
}



