@import url("../internas.css");

#site a, #site a:hover {
	text-decoration: underline;
	color: #069;
}

#site a:hover {
	color: #000;
}

#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) #5E8EA2 no-repeat left bottom;
}

#menu li {
	background: #486D7D;
}

#menu ul li a, #menu ul li a:hover {
	color: #fff;
}

#menu ul li a:hover {
	background: #334E59;
}

#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: #334E59;
	padding: 15px 0 0 0;
}

#conteudo h4 a {
	font-size: 14px;
	color: #334E59;
	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: 10px 0 10px 0;
}

#conteudo li a, #conteudo li a:hover {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #5C8FA2;
}

#conteudo li a:hover {
	text-decoration: underline;
	color: #334E59;
}

.vagas a{
	margin: 25px auto;
	display: block;
	width: 150px;
	height: 26px;
	background: #5f8ea2;
	color: #fff !important;
	padding: 7px 5px 5px 5px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none !important;
}

.vagas a:hover{
	background: #334d57;
}

.acesso-sac {
	display: block;
	clear: both;
	margin: auto;
	width: 200px;
	background: #ddd;
	padding: 20px;
}

#site form {
	display: block;
	float: left;
	clear: both;
}

#site form label {
	float: left;
	clear: none;
	text-align: left;
}
