* {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	list-style:none;
	text-decoration:none
}
html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#e8e3cd;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#403a1d;
}
a, a:active, a:visited, a:hover {
	color:#235d6a
}
a.D, a.D:active, a.D:visited, a.D:hover {
	color:#403a1d;
	text-decoration:none;
}
a.F, a.F:active, a.F:visited, a.F:hover {
	color:#645B33
}
h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:14pt;
	font-weight:bold;
}
h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:11pt;
	font-weight:bold;
}
p {
	margin:0px 0px 10px 0px;
	padding:0px;
}
img {
	border:0px;
}
#Header {
	width:100%;
	height:299px;
	margin:0px;
	background-image:url(../img/bg_top2.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center
}
#Corpo {
	width:100%;
	background-image:url(../img/Corpo_Bg.jpg);
	background-repeat:no-repeat;
	background-position:center top
}
#Content {
	width:1200px;
	margin:0px auto;
	padding-top:30px;
}
#Corpo_esquerdo {
	float:left;
	width:310px;
}
#Corpo_direito {
	float:left;
	width:574px;
}
/*Formatacao da div anuncios*/
#anucios {
	float: left;
	width: 200px;
	
}
#anunciosmenu {
	float: left;
	text-align: center;
}
#anunciosmenu img {
	border: 0px;
	overflow:hidden;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}#anucios img {
	border: 0px;
	overflow:hidden;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
/*#anucios * {
	display: block;
}*/
#anunciosmenu * {
	display: block;
}

/*#anucios a:hover img{
	border:3px solid #fff;
	margin:-3px;
}*/
/*Fim Formatacao da div anuncios*/
#Footer {
	clear:both;
	width:100%;
	height:194px;
	background-image:url(../img/Footer_Bg.jpg);
	background-repeat:no-repeat;
	background-position:center top
}
#Footer_Content {
	width:900px;
	padding-top:20px;
	padding-left:5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.C {
	margin:0px auto
}
.Titulo_esquerdo {
	width:297px;
	height:62px;
}
#login {
	height: 100px;
	width: 250px;
}
.Titulo_direito {
	width:574px;
	height:62px;
}
.P_esquerdo {
	margin-bottom:18px;
	padding-left:5px;
	line-height:11pt;
	text-align:justify
}
.P_direito {
	padding-left:5px;
	line-height:11pt;
	text-align:justify
}
.pF {
	margin:8px auto 12px auto
}
.pL {
	padding:0px 4px 0px 10px
}
div.mostra {
	clear:both
}
div.mostradetalhes {
	float:right;
	width:560px;
	/*background-image:url(../img/bordamostra.png);
	background-repeat:no-repeat;
	background-position:0px 17px;*/
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
p.mostrasubtitulo {
	color:#235d6a
}
p.mostradescricao {
	line-height:11pt;
	text-align:justify
}
div.mostralink {
	text-align:right
}
img.VisitSite {
	width:149px;
	height:53px;
}
img.View {
	width:116px;
	height:47px;
}
img.Hr {
	width:480px;
	height:4px;
	margin:15px 0px
}
img.Previous {
	width:154px;
	height:49px;
}
img.Next {
	width:124px;
	height:49px;
}
/*Início da formatação do menu*/

ul#main-nav {
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
	width:10em;
	font-size: 1.6em;
}
ul#main-nav li {
	margin:0;
	padding:0;
	list-style:none;
	margin:0 0 0.3em 0;
}
ul#main-nav li a {
	text-decoration:none;
	display:block;
	padding:0.3em 0.5em;
	color:#003;
	background-image: url(../img/bg_menu_on.jpg);
}
ul#main-nav li a:hover {
	color:#000;
	background-image: url(../img/bg_menu_hover.jpg);
}
/*fim do menu*/
#login {
	width: 296px;
}
#login span {
	display:block;
	width: 130px;
	float: left;
	margin-left: 10px;
}
/*setar formulario de login*/

fieldset.index {
	border: none;
	width: 200px;
}
label.index {
	display: block;
	width: 160px;
	padding-bottom: 10px;
	float:left;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label.index input {
	width: 140px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}
label.btnindex input[type="submit"] {
	width: 80px;
	float: left;
	background-color: #AFA689;
	color:#FFF;
	border:none;
	position: relative;
	left: 0;
}
label.btnindex input[type="reset"] {
	width: 80px;
	margin-left: 10px;
	float: left;
	background-color: #AFA689;
	color:#FFF;
	border:none;
}
/*fim set formulario*/
/*setar formulario de cadastro*/
#formCadastro {
	margin:2px;
}
#formCadastro fieldset.cad_geral {
	border: none;
}
#formCadastro legend {
	font-family: "Verdana", Geneva, sans-serif;
	border: none;
	margin: 2px;
	display: block;
}
#formCadastro label.bloco {
	display: block;
	width: 160px;
	height: 30px;
	position: relative;
	float: left;
	padding-bottom: 10px;
	margin-left: 2px;
}

#formCadastro input[type="text"] {
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}
#formCadastro input[type="password"] {
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}
/*label.slEstado {
    width: 200px;

}
*/
/*label#ch_uf {
    
}*/
select#ch_uf {
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}/*
#formCadastro input[type="select"] {
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}*/
#formCadastro label.bloco span {
	display: block;
	color: gray;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	position: absolute;
	right: 1;
	top: 0;
}
/*ajuste campos estilo musical*/
fieldset#stmusic {
	border: thin 2px;
	clear: both;
	margin-bottom: 10px;
}
legend#stlegend {
	border: thin 2px;
	width: 200px;
	margin-bottom: 10px;
}
label.check {
	width: 200px;
	display: block;
	float:left;
	margin-left: 5px;
}
ul#ckeckli {
	list-style: none;
	float: left;
	width: 100%;
	margin:0;
	padding: 0;
}
input[type="reset"] {
	width: 80px;
	background-color: #AFA689;
	color:#FFF;
	border:none;
}
input[type="submit"] {
	width: 80px;
	background-color: #AFA689;
	color:#FFF;
	border:none;
	margin-left: 10px;
}
/*fim ajuste campos estilo musical*/
/*fim formulario de cadastro*/
/*ajuste do retorno do álbum de fotos*/
#fotosAlbuns {
	width: auto;
	height: auto;
	float: left;
	margin: 5px;	
}
#mostraAlbum {
	float: left;
	margin: 5px;
}
#mostraEvento {
	width: auto;
	height: 150px;
	float: left;
	margin: 5px;
	width:220px;
	padding-bottom: 10px;
}
#maisMostraEvento {
	width:  auto;
	height: auto;
	float:  left;
	margin: auto;
	width:  auto;
	padding-top: 5px;
}
/*fim do retorno do álbum de fotos*/
/*fomulario fale conosco*/
#formFaleConosco label.falebloco {
	display: block;
	width: 160px;
	height: 30px;
	position: inherit;
	float: left;
	clear: both;
	padding-bottom: 10px;
	margin-left: 2px;
	
}
#formFaleConosco input[type="text"]{
	float: left;
}
#formFaleConosco textarea {
	background-color: #F8F7EF;
	border: thin solid #BCB396;
	clear: left;
}

/*fim fale conosco*/