.texto_hide {
	display: none;
}

.placa {
	text-align:center;
	padding:15px 30px;
	margin-bottom:20px;
}


body {
	font: 100% Georgia, Arial, Helvetica, sans-serif;
	background: #f3eeca;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg_janela.jpg);
	background-repeat:repeat-x;
	background-position:top center;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto;
	/*border: 1px solid #FF0000;*/
}
#topo {
	height:315px;
	padding:0;
	text-align:center;
	/*border: 1px solid #0000FF;*/
	/*background-image:url(../images/topo.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	}

 	
#video {
background-image:url(../images/frame_video.jpg);
width: 480px;
height: 410px;
}

#video_obj {
padding:30px 0 0 0;
}

#conteudo {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f3eeca;
	text-align:center;
	margin: 0 0 20px 0;
	background-image:url(../images/fundo_container.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	border-left:double 6px #DBC88E;
	border-right:double 6px #DBC88E;
	}
	
#conteudo object {
margin: 0 0 20px 0;}


.fotoesq {
float:left;
margin:20px;}

.fotodir {
float: right;
margin:20px;}

.img_galeria {
margin:10px;}

.img_galeria_borda {
margin:10px;
border: 4px solid #FFFFFF;}

.firula {
padding: 30px 0 10px 0;
clear: both !important;
}

.assinatura {
font-size:12px;}

#conteudo h1 {
font-size:20px;
color: #0C333A;
margin: 20px 23px 20px 23px;
font-weight:normal;
line-height: 150%;
/*font-weight:bold;*/
}
.titmenor {
font-size:17px;
font-weight:normal;
color:#1C4250;
}

#conteudo h3 {
font-size:16px;
color:#1C4250;
margin: 20px 30px 20px 30px;
font-weight:normal;
line-height: 150%;
/*text-align:left;*/
}

#conteudo p {
font-size:12px;
color:#1C4250;
text-align:left;
line-height: 160%;
margin: 15px 15px;
}

.centralizado {
text-align:center !important;}

.esq {
text-align: left;}


#conteudo ul {
text-align:center;
/*font-size:14px;*/
/*border-top: 1px solid #990000;*/
}
#conteudo li {
display:inline;
color:#990000;
}

#conteudo li a {
color:#990000;
text-decoration:none;
}

#conteudo li a:hover {
color: #000000;
text-decoration: underline;
/*background-color:#990000*/
}





/*============================ CONTATO ======================== */
#conteudo_contato {
	background: #f3eeca;
	text-align:center;
	margin: 0 0 20px 0;
	background-image:url(../images/fundo_container.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	border-left:double 6px #DBC88E;
	border-right:double 6px #DBC88E;
}

#conteudo_contato p {
	text-align:center;
}

#conteudo_contato a {
color:#993300;
}
#conteudo_contato a:hover {
color: #000000;
}

#conteudo_contato ul {
text-align:center;
/*font-size:14px;*/
/*border-top: 1px solid #990000;*/
}
#conteudo_contato li {
display:inline;
color:#990000;
}

#conteudo_contato li a {
color:#990000;
text-decoration:none;
}

#conteudo_contato li a:hover {
color: #000000;
text-decoration: underline;
/*background-color:#990000*/
}

#menu {
clear:both;
text-align:center;
vertical-align:bottom;
margin: 20px 0 0 0;
}

#footer {
	padding: 10px 0 0 0; 
	height:48px;
	background-image:url(../images/bg_rodape.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


