/* ARQUIVO DE CONFIGURAÇÕES CSS */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3574AC;
}

#corpo {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 780px;
	height: auto;
	background-color: #3574AC;
}

#corpo #apoiadores {
	width: 620px;
	height: auto;
	float: left;
}

#corpo #radio {
	width: 115px;
	height: 85px;
	float: right;
	margin-right: 40px;
	margin-top: 5px;
}

#corpo #banner {
	height: 243px;
}

#corpo #content {
	margin: auto;
	margin-top: 10px;
	width: 770px;
	height: auto;
	font-size: 12px;
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#corpo #content #tempo {
	width: 155px;
	height: auto;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#corpo #content #tempo #enquete {
	margin-right: 2px;
	height: auto;
	border: 1px #FF0000 solid;
}

#corpo #content #noticias {
	width: 270px;
	height: 300px;
	margin-right: 35px;
	float: right;
	background-image: url("../img/fundo_noticias.png");
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 50px;
	border: 1px #FF0000 solid;
}

#corpo #content #recados {
	width: 270px;
	height: 305px;
	margin-left: 10px;
	background-image: url("../img/fundo_recados.png");
	background-repeat: no-repeat;
	padding-top: 45px;
	border: 1px #FF0000 solid;
}

#corpo #rodape {
	width: 780px;
	height: 35px;
	clear: both;
	font-size: 12px;
}

#corpo #rodape #marca {
	width: 25px;
	height: 25px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

#corpo #rodape #endereco {
	width: 740px;
	float: left;
	height: auto;
	margin-top: 2.5px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #FFFFFF;
}

.campo {
    color: #000000;
    font-size: 10pt;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

.lista {
    color: #FFFFFF;
    font-size: 10pt;
    background-color: #3574AC;
    border: 1px solid #FFFFFF;
}

.link {
	text-decoration: none;
	color: #FFFFFF;
}

.branco10 {
    color: #FFFFFF;
    font-size: 10pt;
	font-family: verdana;
}