/*************
ESTILOS GERAIS
*************/
body{
	background-position:top;
	background-image:url(../imgs/geral/fundo.jpg);
	background-repeat:repeat-x;
	background-repeat:repeat-x;
	background-attachment : fixed
}

dd {margin-left : 0px;}
dl {margin-left : 0px;}
dt {margin-left : 0px;}
ul {margin-left : 22px;}

.input, select{
	border: 1px solid #89ACBE;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000000;
 height:19px;
	background:#ffffff
}


/**********************
SCROLL GALERIA DE FOTOS
**********************/
div#hold{ 
	position:relative; overflow:hidden;
	width:415px; height:89px; z-index:100;
}

div#wn{ 
	position:absolute; 
	left:1px; top:0px; 
	width:415px; height:89px; 
	clip:rect(0px, 415px, 89px, 0px); 
	overflow:hidden;	
	z-index:1;
	background-color:#D8E3F5
	}

div#lyr1{ 
	position:absolute; visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
}
	
.img_foto{
 margin:6px;
	border:#000000 solid 1px;
}
