@charset "utf-8";
/* CSS Document */

#colaboradores{
	width:200px;
	margin:20px 0 35px 20px;
	background:#fff;		
	border:2px groove #00addb;
	box-shadow:1px 1px 8px #999;-webkit-box-shadow:1px 1px 8px #999;-moz-box-shadow:1px 1px 8px #999;
}
#colaboradores ul{
	width:190px;
	margin-left:5px;
}
#colaboradores ul li{
	float:left; width:184px;height:auto;
	margin:0 3px; padding:12px 0;
	font-size:0.8em;text-align:center;
}

#colaboradores ul li a:link{text-decoration:none; color:#333333;}
#colaboradores ul li a:hover{text-decoration:none; color:#00addb;}
#colaboradores ul li a:visited{text-decoration:none; color:#333333;}


