/* CSS Document */

body {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 11px; BACKGROUND-IMAGE: url(../images/img_fundo.jpg); background-color: #FFFFFF; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #49422D; PADDING-TOP: 0px; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif
}
.fonte_color_bold {
	font-family: Tahoma;
	font-size: 11px;
	color: #6B6334;
	text-decoration: none;
	font-weight: bold;
}
.fundo_color_bege1 {
	background-color: #FBFBF7;
}
.fundo_color_bege2 {
	background-color: #F0EEE1;
}

a:link {
	text-decoration: none;
	color: #49422D;
}
a:visited {
	text-decoration: none;
	color: #49422D;
}
a:hover {
	text-decoration: underline;
	color: #49422D;
}
a:active {
	text-decoration: none;
	color: #49422D;
}

.linkFoto{
  border: 0px;
	position:relative;
	left: 10px;
}

#fotoVir{
  border: 0px;
}

#fotoVir img{
  border: 0px;
}

#formaew img{
	margin-top: 5px;
  border: 0px;

}

#img_gallery a img{border:none;}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 668px;
	float:left;
	height:200px;
	background-color:#F0EEE1;
	position: relative;

}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:175px;
	height:200px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:208px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('../images/left.gif');}
#moveright{background: url('../images/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }
