/* CSS Document */

/* png ie6 */
* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #323333;
	font-size: 13px;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/*class*/
.lacuna {
	width: 330px;
	border: none;
	background: none;
	margin-left: 7px;
	margin-top: 10px;
}

.lacuna_msg {
	width: 330px;
	border: none;
	background: none;
	margin-left: 7px;
	margin-top: 10px;
	height: 98px;
	overflow: auto;
}

.bg_lacuna {
	display: inline-block;
	*float: left;
	width: 344px;
	height: 100%;
	background: url(../img/bg_lacuna_contato.jpg) left top no-repeat;
	vertical-align: top;
}

.bg_msg {
	display: inline-block;
	*float: left;
	width: 344px;
	height: 114px;
	background: url(../img/bg_msg.jpg) left top no-repeat;
	vertical-align: top;
	border: none;
}

.botao_contato {
	width: 83px;
	height: 30px;
	background: none;
	border: none;
	border-left: solid 6px #2e2d2d;
	color: #da251d;
	cursor: pointer;
	margin-right: 5px;
	font-size: 20px;
}

.botao_contato:hover {
	width: 83px;
	height: 30px;
	background: #2e2d2d;
	border: none;
	border-left: solid 6px #2e2d2d;
	color: #da251d;
	cursor: pointer;
}

.lacuna_book {
	width: 350px;
	height: px;
	border: none;
	background: none;
	margin-left: 10px;
	margin-top: 8px;
}

/*stylo usado em varias paginas*/
#conteudo_esquerdo {
	display: inline-block;
	*float: left;
	width: 497px;
	height: 444px;
	vertical-align: top;
}

#conteudo_direito {
	display: inline-block;
	*float: left;
	width: 478px;
	min-height: 444px;
	margin-left: 18px;
	vertical-align: top;
	text-align: right;
	margin-bottom: 10px;
}

#titulo {
	display: block;
	width: 468px;
	height: 70px;
	background: url(../img/bg_titulo.jpg) right center repeat-y;
	color: #da251d;
	font-size: 34px;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#titulo span {
	display: block;
	font-size: 17px;
	color: #d3d1d1;
}

#descricao {
	display: block;
	width: 100%;
	min-height: 1px;
	text-align: justify;
	font-size: 14px;
	margin-bottom: 10px;
}

#voltar {
	display: block;
	width: 100%;
}

#voltar a {
	color: #da251d;
	font-size: 15px;
}

#voltar a:hover {
	text-decoration: underline;
}

/*body*/
body {
	color: #ffffff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 17px;
	background: #000000 url(../img/bg.jpg) top center no-repeat;
}

body a {
	outline: 0;
}

#bg {
	display: block;
	width: 100%;
	min-height: 500px;
	background: url(../img/bg_bottom.jpg) bottom center repeat-x;
}

/*estrutura*/
#bg #estrutura {
	display: block;
	width: 1000px;
	min-height: 500px;
	margin: 0 auto;
}

/*topo*/
#estrutura #topo {
	display: block;
	width: 100%;
	height: 108px;
	padding-top: 16px;
}

/*meio*/
#estrutura #meio {
	display: block;
	width: 100%;
	min-height: 495px;
	margin-bottom:4px;
}

/*conteudo da pagina foto evento*/
#conteudo_direito #img_foto_evento {
	display: block;
	width: 100%;
	text-align: center;
}

#conteudo_direito #img_foto_evento a {
	display: block;
	width: 100%;
	text-align: right;
	color: #da251d;
	font-size: 19px;
	margin-top: 15px;
}

#conteudo_direito #img_foto_evento a:hover {
	text-decoration: underline;
}

/*conteudo da pagina contato*/
#formulario {
	display: block;
	width: 100%;
	height: 280px;
}

#nome_lacuna {
	display: block;
	width: 100%;
	height: 34px;
	margin-bottom: 8px;
}

#nome_lacuna #nome {
	display: inline-block;
	*float: left;
	width: 127px;
	_width: 120px;
	height: 100%;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: top;
}

/*conteudo da pagina contato*/
#conteudo_direito #mapa {
	display: block;
	width: 100%;
	margin-top: 15px;
}

#conteudo_direito #mapa span {
	display: block;
	width: 100%;
	text-align: right;
	font-size: 17px;
}

#conteudo_direito #mapa span a {
	color: #FFFFFF;
	font-size: 17px;
}

/*conteudo da pagina concorra book*/
#conteudo_direito #formulario_book {
	display: block;
	width: 100%;
	height: 286px;
}

#formulario_book #coluna_book {
	display: block;
	width: 100%;
	height: 34px;
	margin-bottom: 8px;
}

#coluna_book #nome_book {
	display: inline-block;
	*float: left;
	width: 100px;
	height: 30px;
	font-size: 20px;
	vertical-align: top;
	padding-top: 5px;
}

#coluna_book #lacuna_book {
	display: inline-block;
	*float: left;
	width: 372px;
	height: 34px;
	font-size: 20px;
	vertical-align: top;
	background: url(../img/bg_lacuna_book.jpg) left top no-repeat;
}

#conteudo_direito #lista_book {
	display: block;
	width: 100%;
	text-align: right;
	min-height: 1px;
	margin-bottom: 10px;
}

#conteudo_direito #lista_book a {
	display: block;
	color: #DA251D;
}

#conteudo_direito #lista_book a:hover {
	text-decoration: underline;
}

/*roda pe*/
#estrutura #roda_pe {
	display: block;
	width: 100%;
	height: 43px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 11px;
}

#estrutura #roda_pe span {
	color: #da251d;
}

#estrutura #roda_pe a {
	color: #da251d;
	font-size: 11px;
}

#roda_pe #link_orkut {
	float: left;
	margin-top: -50px;
	*margin-top: -50px;
}
