@charset "utf-8";
/* CSS Document */
* {
	font-family:Arial, Helvetica, sans-serif;
}
body {
	margin:0;
	padding:0;
	background:#e9e9e9;
	text-align:center; /* hack para o IE */	
}
html, body {
	height: 100%;
}
#geral {
width: 100%;
margin:0 auto;			
text-align:left; /* "remédio" para o hack do IE */	
min-height: 100%;
position: relative;
background-image:url(../imagens/fundao.jpg);
background-repeat:repeat-x;
background-position:top;
}

#tudo {
	width: 980px;
	margin:0 auto;
	text-align:left; /* "remédio" para o hack do IE */
	min-height: 100%;
	position: relative;
}

* html #tudo {
	height: 100%; /* hack para IE6 que trata height como min-height */
}

#topo {
	width: 980px;
	height:477px;
}

#menu {
	background-image:url(../imagens/barra_menu.png);
	width:564px;
	height:61px;
}

#infos {
	background-image:url(../imagens/infos.png);
	width:980px;
	height:381px;
}

.tit_home {
	font-size:25px;
	color:#0c0c0c;
}

#conteudo {
	padding-bottom: 10px;
	width: 980px;
	background-color:transparent;
}

.link_home {
	text-decoration:none;
	color:#333;
}

#tudo_conteudo {
	width:980px;
}

#tudo_conteudoI {
	width:980px;
	margin-top:-25px;
	position: relative;
}

.contato_input {
	border:solid 1px;
	border-color:#CCC;
	width:400px;
	height:20px;
	font-size:12px;
}

.inputbusca {
	border:solid 1px;
	border-color:#CCC;
	width:200px;
	height:20px;
	font-size:12px;
}

.inputbusca2 {
	border:solid 1px;
	border-color:#CCC;
	width:480px;
	height:60px;
	font-size:12px;
}

.contato_input2 {
	border:solid 1px;
	border-color:#CCC;
	width:400px;
	height:80px;
	font-size:12px;
}

.contato_input3 {
	border:solid 1px;
	border-color:#CCC;
	width:274px;
	height:20px;
	font-size:12px;
}

.contato_select {
	border:solid 1px;
	border-color:#CCC;
	width:100px;
	height:20px;
	font-size:12px;
}

.btn {
	border:solid 1px;
	border-color:#CCC;
	width:60px;
	height:30px;
	font-size:12px;
	cursor:pointer;
}

#rodape2 {
	bottom:0;
	width:100%;
	background-color:transparent;
	height:97px;
	font-size:12px;
	color:#5a5a5a;
}
#geral #tudo #conteudo #tudo_conteudoI #txtemp table tr td strong {
	color: #0000d0;
}

#tit {
	font-size:14px;
	color:#333;
	float:left;
	width:450px;
	height:85px;
	line-height:20px;
	text-align:left;
	background-color:#e4e4e4;
	border:solid 1px #bfbfbf;
	padding-left:5px;
	padding-top:5px;
	padding-right:5px;
}
#tit a {
	font-size:14px;
	color:#333;
	text-decoration:none;
}

#vid {
	float:right;
	margin-left:20px;
	width:235px;
	height:230px;
}

#risco_vid {
	float:left;
	height:10px;
	width:700px;
	border-bottom:dotted 1px #CCC;
	margin-bottom:20px;
} 	
.highslide-gallery img{
	width:445px;
}