@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/bg_site.jpg);
}

/* HEADER*/
.header_bg {
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;
	height: 320px;
}
.td_menu_header {
	background-image: url(../img/bg_td_header.png);
	background-repeat: repeat-x;
	height: 24px;
}
.td_bg_pt {
	background-image: url(../img/bg_header_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 263px;
}

.td_bg_rs {
	background-image: url(../img/bg_rs.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
}

.header_menu {
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	background-position:center;
	height: 69px;
}
.menu_texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	vertical-align: middle;
	word-spacing: 10px;
	font-weight:bold;
}
.menu_texto_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	text-align: right;
	vertical-align: middle;
	font-weight:bold;
}

.menu_texto_header2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333;
	vertical-align: middle;
	font-weight:bold;
}

.menu_texto_header3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	vertical-align: middle;
}

/* FIM DO HEADER */

/* INDEX */
.frase {
	background: url(../img/bg_frase.gif) center center no-repeat;
	height: 100px;
	width: 780px;
	padding:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-style:italic;
	text-align:center;
}

.content {
	background-color: #FFF;
	width: 720;
	height: 280px;
}
.content_not {
	background-image: url(../img/bg_noticias.gif);
	background-repeat: repeat-x;
	height: 160px;
}

/* LINKS HEADER */
.menu_texto a:link{text-decoration:none; color:#000;}
.menu_texto a:visited{text-decoration:none; color:#333;}
.menu_texto a:hover{text-decoration:underline; color:#600;}
.menu_texto a:active{text-decoration:none; color:#333;}
/* FIM LINKS HEADER */

/* LINK VOLTAR */
.conteudo_voltar a:link{text-decoration:none; color:#333;}
.conteudo_voltar a:visited{text-decoration:none; color:#555;}
.conteudo_voltar a:hover{text-decoration:underline; color:#600;}
.conteudo_voltar a:active{text-decoration:none; color:#555;}
/* FIM LINK VOLTAR */

/* LINK MENU HEADER */
.menu_texto_header a:link{text-decoration:none; color:#FFF;}
.menu_texto_header a:visited{text-decoration:none; color:#FFF;}
.menu_texto_header a:hover{text-decoration:underline; color:#600;}
.menu_texto_header a:active{text-decoration:none; color:#FFF;}
/* FIM MENU HEADER */

/* LINK MENU BOTTON */
.menu_texto_header2 a:link{text-decoration:none; color:#333;}
.menu_texto_header2 a:visited{text-decoration:none; color:#333;}
.menu_texto_header2 a:hover{text-decoration:underline; color:#900;}
.menu_texto_header2 a:active{text-decoration:none; color:#333;}
/* FIM MENU BOTTON */

/* LINK EVENTOS */
.conteudo_subtitulo a:link{text-decoration:none; color:#333;}
.conteudo_subtitulo a:visited{text-decoration:none; color:#333;}
.conteudo_subtitulo a:hover{text-decoration:underline; color:#900;}
.conteudo_subtitulo a:active{text-decoration:none; color:#333;}
/* FIM EVENTOS */

/* FORMULARIOS */
.formTexto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #600;
	background-color: #F1F0D3;
	padding: 6px;
	height: 15px;
	width: 480px;
	border:0;
}

.formTextoQuantidade {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:center;
	color: #600;
	background-color: #F1F0D3;
	padding: 6px;
	height: 15px;
	width: 60px;
	border:0;
}

.formMensagem {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #600;
	background-color: #F1F0D3;
	padding: 6px;
	height: 65px;
	width: 480px;
	border:0;
	overflow: auto;
}

.formEnviar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #600;
	background-color: #F1F0D3;
	padding: 6px;
	height: 26px;
	width: 120px;
	border:0;
}
