/* -------------------- Geral  -------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* -------------------- Box login  -------------------- */

#boxlogin {
	position:absolute;
	width:288px;
	height:58px;
	z-index:100;
	left: 450px;
	top: 10px;
	border: 1px solid #CC0000;
	padding: 10px;
}


#boxlogin form table caption {
	text-align: left;
	font-weight: bold;
	color: #CC0000;
}

#boxlogin form input[type=text] {
	width: 150px;
	border: 1px solid #CC0000;
}

#boxlogin form input[type=submit] {
	width: 25px;
	background-color: #CC0000;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

/* -------------------- Cabeçalho  -------------------- */

#cabecalho {
	position:absolute;
	width:760px;
	height:80px;
	z-index:1;
	left: 0;
	top: 0;
	border: 1px solid #000000;
	padding-top: 20px;
	padding-left: 20px;
}


#imagem {
	position:absolute;
	width:100px;
	height:98px;
	z-index:2;
	left: 349px;
	top: 1px;
}

#slogan {
	position:absolute;
	width:80px;
	height:80px;
	z-index:1;
	left: 334px;
	top: 18px;
	
}
#selo {
	position:absolute;
	width:300px;
	height:80px;
	z-index:1;
	left: 118px;
	top: 18px;
	background-image: url(img/selo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	cursor:pointer;
}



/* -------------------- Menu Principal -------------------- */

#menuprincipal {
	position:absolute;
	width:780px;
	height:53px;
	z-index:4;
	left: 0px;
	top: 105px;
	background-color: #CC0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#menuprincipal ul {
	float: left;
	list-style-type: none;
	width: 780px;
	height: 24px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

#menuprincipal ul li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 4px;
	text-align: center;
}

#menuprincipal ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
		padding-right: 20px;
	padding-left: 20px;
}

#menuprincipal ul li a:hover {
	text-decoration: underline;
}

#menuprincipal form {
	border: 1px solid #CC0000;
			padding-right: 20px;
	padding-left: 20px;
}

#menuprincipal form select {
	width: 150px;
	border: 1px solid #CC0000;
	font-size: 10px;
	color: #CC0000;
}

#menuprincipal form input[type=submit] {
	width: 25px;
	background-color: #CC0000;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#menuprincipal form input[type=button] {
	width: 25px;
	background-color: #CC0000;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

/* -------------------- Menu de Seções  -------------------- */

#menusecao {
	position:absolute;
	width:200px;
	height:300px;
	z-index:2;
	left: 0px;
	top: 163px;
	border: 1px solid #000000;
	padding-top: 0px;
	margin-top: 0px;
}

#menusecao h2 {
	font-size: 24px;
	color: #CC0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
	margin-top: 0px;
	padding-left: 20px;
}

#menusecao ul {
	list-style-type: square;
	list-style-image: url(img/bulletsecao.gif);
}

#menusecao ul li {
}

#menusecao ul li a {
	color: #CC0000;
	text-decoration: none;
}

#menusecao ul li a:hover {
	text-decoration: underline;
}

/* -------------------- Texto  -------------------- */

#texto {
	position:absolute;
	width:555px;
	height:290px;
	z-index:5;
	left: 205px;
	top: 163px;
	border: 1px solid #000000;
	padding-top: 10px;
	padding-left: 10px;
	overflow: scroll;
	padding-right: 10px;
}


#texto form label {
	text-align: left;
	font-weight: bold;
	color: #CC0000;
}

#texto form input[type=text] {
	width: 200px;
	border: 1px solid #CC0000;
}

#texto form textarea {
	border: 1px solid #CC0000;
	height: 100px;
	width: 310px;
}

#texto form input[type=submit] {
	width: 25px;
	background-color: #CC0000;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

#texto form select {
	width: 150px;
	border: 1px solid #CC0000;
	font-size: 10px;
	color: #CC0000;
}

#texto p{
	width: 545px;
}


#texto h3{
	font-size: 18px;
	color: #CC0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

.mapa{
	font-size: 12px;
	color: #CC0000;
	margin-top: 0px;
	padding-top: 0px;
}

.resumo {
	font-weight: bold;
}

#texto h4{
	font-size: 14px;
	color: #CC0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;

}
#texto h5{
	font-weight: bold;
	color: #CC0000;
	font-size: 12px;


}
#texto img {
margin: 0px 5px 0px 0px;
	float: left;
	border: 0px none;
}

/* -------------------- Rodapé -------------------- */

#rodape {
	position:absolute;
	width:780px;
	height:100px;
	z-index:6;
	left: 0px;
	top: 468px;
	background-color: #CC0000;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

/* -------------------- Home -------------------- */

#homecorpo {
	position:absolute;
	width:780px;
	height:300px;
	z-index:1;
	left: 0px;
	top: 163px;
	border: 1px solid #000000;
	background-image: url(img/home.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#noticias {
	position:absolute;
	width:461px;
	height:86px;
	z-index:8;
	left: 7px;
	top: 178px;
	color: #CC0000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	padding: 20px;
}


#publicidade1 {
	position:absolute;
	width:230px;
	height:105px;
	z-index:8;
	left: 521px;
	top: 178px;
	border: 1px solid #CC0000;
	padding: 10px;
	background-image: url(img/ventura.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#publicidade3 {
	position:absolute;
	width:180px;
	height:105px;
	z-index:8;
	left: 521px;
	top: 328px;
	border: 1px solid #CC0000;
	background-image: url(img/juni.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#publicidade2 {
	position:absolute;
	width:230px;
	height:105px;
	z-index:9;
	left: 264px;
	top: 328px;
	border: 1px solid #CC0000;
	padding: 10px;
	background-image: url(img/chofar.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.noticiastitulo {
	font-size: 18px;
	color: #CC0000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.publicidade1titulo {
	font-size: 18px;
	color: #CC0000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.publicidade1descricao {
	margin-top: 0px;
	padding-top: 0px;
}

.publicidade1link {
}

.publicidade1link a{
	background-color: #CC0000;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

.publicidade1link a:hover{
	text-decoration: underline;
}
.publicidade1imagem {
	margin-right: 0px;
	padding-right: 0px;
}


.publicidade2titulo {
	font-size: 18px;
	color: #CC0000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.publicidade2descricao {
	margin-top: 0px;
	padding-top: 0px;
}

.publicidade2link {
}

.publicidade2link a{
	background-color: #CC0000;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

.publicidade2link a:hover{
	text-decoration: underline;
}
.publicidade2imagem {
	margin-right: 0px;
	padding-right: 0px;
}


.publicidade3titulo {
	font-size: 18px;
	color: #CC0000;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.publicidade3descricao {
	margin-top: 0px;
	padding-top: 0px;
}

.publicidade3link {
}

.publicidade3link a{
	background-color: #CC0000;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

.publicidade3link a:hover{
	text-decoration: underline;
}
.publicidade3imagem {
	margin-right: 0px;
	padding-right: 0px;
}


.tituloslogan {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.slogan {
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
	color: #CC0000;
}
#cabecalho img {
margin: 0px 5px 0px 0px;
	float: left;
	border: 0px none;
}

#cabecalho a{
	text-decoration: none;

}
