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

html, body {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4 {
	color: #787878;
}
/** background swf */
object {
	width: 100%;
     height: 100%;
     margin: 0px;
     padding: 0px;
}

* html #swf_bg {
    position: absolute;
     width: 100%;
     height: 100%;
     margin: 0px;
     padding: 0px;
}

#swf_bg {
	z-index: -10;
  	position: fixed;
  	top: 0;
  	left: 0;
	width: 100%;
	height: 100%;
}

/** general styles */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	/*color: #787878;*/
	color: #FFF;
}

a:link, a:visited, a:hover, a:active {
	color: #FFF;
	text-decoration: none;
}

.clearBoth {
	width: 0px;
	height: 0px;
	clear:both;
}

.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}

.less_transparent
{
   filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
   opacity: 0.8; 
}

.midle_transparent
{
   filter:alpha(opacity=70); 
   -moz-opacity: 0.7; 
   opacity: 0.7; 
}

.no_transparent
{
	opacity:9;
	filter:alpha(opacity=100);
	filter: “alpha(opacity=100)”;
}

/* main containers */
#container {
	width: 100%;
	height: 100%;
}

#head_container {
	width: 100%;
	height: 100px;
	position:relative;
	overflow: hidden;
}

#corpo_container {
	width: 810px;
	height: 505px;
	position:relative;
	overflow: hidden;
	margin: 10px auto 10px auto;
}

#rodape_container {
	width: 100%;
	height: 50px;
	position:relative;
	overflow: hidden;
}

/* cabeçalho */
#cabecalho {
	
	height: 75px;
	width: 100%;
	position: relative;
	text-align: left;
}

#head_bg {
	position: absolute;
	background-color: #000;
	height: 100px;
	width: 100%;
}

#logotipo {
	height: 75px;
	width: 452px;
	float: left;
	line-height: 75px;
}

#menu_principal {
	float: right;
	color: #FFF;
	font-size: 18px;
	line-height: 50px;
	margin-right: 10px;
	margin-top: 20px;
}
#menu_principal .active {
	text-decoration: underline;	
}
/* corpo */
#corpo_bg {
	position: absolute;
	background-color: #000;
	height: 500px;
	width: 800px;	
	top: 0px;
	left: 0px;
}

#corpo {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 5px;
	overflow: auto;
}
/* footer */
#rodape_bg {
	position: absolute;
	background-color: #000;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
}

#rodape {
	position:relative;
	margin: 0px;
	padding: 5px;
	text-align: left;
}
#galeria {
	margin-top: 59px;
	overflow: hidden;
	width: 790px;
	height: 373px;
}
#agenda {
	width: 790px;
	height: 490px;
	overflow: auto;
}
#home {
	width: 790px;
	height: 490px;
	overflow: auto;
}
#newsletter {
	width: 790px;
	height: 490px;
	overflow: auto;
}
.newsletterForm input {
	width: 200px;
}
.newsletterForm dt {
	padding-top: 15px;
}
#imagemBig {
	float: left;
	width: 560px;
	height: 490px;
	/* overflow: hidden;*/
}
.image {
	float: left;
	margin-left: 5px;
	margin-bottom: 5px
}
#thumbs {
	float: left;
	width: 230px;
	height: 372px;
	overflow-y: auto;
}
#contactosForm {
	padding-left: 10px;
}
#formSubs {
	padding-left: 10px;
}
#contactosForm textarea {
	width: 200px;
	height: 100px;
}
#contactosForm input {
	width: 200px;
}
#horarios {
	margin-left: 25px;
}
#contLeft {
	width: 49%;
	height: 100%;
	float: Left;
	border-right: 1px solid #333;
}
#contRight {
	width: 50%;
	float: right;
}

#contRight #mapa {
	margin-right: 10px;
	position: absolute;
	bottom: 25px;
}
/* form standard settings */
form dt {
	text-indent: 17px;
}
