html,body {
	height: 100%;
	margin: 0;
	padding:0;
	font-family: tahoma, trebuchet ms, verdana;
	font-size: 11px;
	color: #666;
}

a:link {
	color: #4b4b4b;
}

a:visited {
	color: #4b4b4b;
}

a:hover {
	color: #4b4b4b;
	text-decoration: none;
}

a:active {
	color: #4b4b4b;
}

h1 {
	font-family: tahoma, trebuchet ms, verdana;
	font-size: 11px;
	color: #ea6908;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

h2 {
	font-family: tahoma, trebuchet ms, verdana;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	margin: 0;
}

h3 {
	font-family: tahoma, trebuchet ms, verdana;
	font-size: 11px;
	color: #ea6908;
	margin: 0;
}

blockquote {
	margin: 0 0 0 20px;
}

/*HOME*/

#home {
	width: 100%;
	height: 100%;
	background: url(../lay/bg.jpg) repeat-x;
}

#bg-meio {
	width: 770px;
	height: 100%;
	background: url(../lay/bg_meio.jpg) repeat-y;
	margin: 0 auto;
}

#bg-topo {
	width: 770px;
	height: 100%;
	background: url(../lay/bg_topo.jpg) no-repeat;
	/*display: table;*/
}

#conteudo-table {
	width: 770px;
	background: url(../lay/bg_meio_conteudo.jpg) repeat-y;
	/*border: 1px solid red;*/
}

#rodape-table {
	margin:0;
	padding: 17px 0 0 220px;
	width: 550px;
	height: 21px;	
	background: url(../lay/bg_rodape.jpg) no-repeat;
	/*border: 1px solid red;*/
}

#bg-destaque {
	width: 770px;
	height: 197px;
	background: url(../lay/bg_topo_destaque.jpg) no-repeat;
}

#bg-guia {
	margin:0;
	padding: 8px 40px 0 0;
	position: relative;
	width: 730px;
	height: 33px;	
	text-align: right;
	background: url(../lay/bg_guia.jpg) no-repeat;
}

#topo-table {
	width: 770px;
	height: 248px;
	position: relative;	
}

#buscador {
	width: 489px;
	height: 30px;	
	position: absolute;
	right: 30px;
	top: 165px;
}

#div-menu {
	width: 153px;
	height: 480px;	
	position: absolute;
	left: 61px;
	top: 0;
	z-index: 10;
	/*border: 1px solid black;*/
}

#comentaria-desk-sec {
	width: 300px;
	height: 100px;		
	line-height: 20px;
	text-algin: justify;
	position: relative;
	/*border: 1px solid red;*/
}

#bt-vai {
	width: 23px;
	height: 19px;
	position: absolute;
	top: 62px;
	right: 50px;
}

/*INTERNO*/

#topo-table-interno {
	width: 770px;
	height: 130px;
	position: relative;	
}

#bg-topo-interno {
	width: 770px;
	height: 97px;
	position: relative;
	background: url(../lay/bg_topo_interno.jpg) no-repeat;
}

#interno {
	width: 100%;
	height: 100%;
	background: url(../lay/bg_interno.jpg) repeat-x;
}

#bg-topo2 {
	width: 770px;
	height: 100%;
	background: url(../lay/bg_topo2.jpg) no-repeat;
	/*display: table;*/
}

#buscador-interno {
	width: 489px;
	height: 30px;	
	position: absolute;
	right: 27px;
	top: 28px;
	z-index: 5;
}

#submenu {
	margin:0;
	padding: 10px 0 0 230px;
	position: relative;
	width: 540px;
	height: 40px;	
	text-align: left;
	background: url(../lay/bg_submenu.jpg) no-repeat;
	/*border: 1px solid red;*/
}

#conteudo-interno {
	padding: 20px 0 0 15px;
	line-height: 18px;
	text-align: justify;
}

#titulos {
	position: absolute;
	left: 230px;
	top: 70px;	
}

#pagina-principal {
	position: absolute;
	right: 40px;
	top: 72px;	
}

#login-cliente {
	display: block;
}

.campo {
	font-family: tahoma, trebuchet ms, verdana;
	font-size: 11px;
	color: #666;
}

/*GALERIA*/

#tampa-galeria {
	width: 100%;
	height: 100%;	
	position: absolute;	
	left: 0;
	top: 0;	
	background: #000;
	z-index: 11;
	Filter: Alpha(Opacity=90, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=150);	
	opacity:.80;
	display: none;	
}

#sombra-galeria {
	width: 648px;
	height:420px;	
	position: absolute;	
	left: 50%;
	margin: 15px 0px 0px -315px;
	background: #000;
	z-index: 11;
	Filter: Alpha(Opacity=20);	
	opacity:.20;
	display: none;	
}

#fotoZoom{
	width: 648px;
	height: 420px;	
	background:#fff;
	position:absolute;
	z-index:12;
	left: 50%;
	margin: 10px 0px 0px -320px;
	overflow: hidden;
	display: none;
}