body {
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	margin: 0; margin-top:35px;
}
img {
	border: none; 
}
.wraper { width:1500px; margin:30px auto 0 auto; }
.bgl { 	background: url(images/bgl.png) no-repeat left 35px; width:25px; height:75px; position: absolute; left:-25px;  }
.bgr { 	background: url(images/bgr.png) no-repeat left 35px; width:25px; height:75px; position: absolute; right:-25px;}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none; margin:0 20px !important;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%;
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	position: relative; 
	height: 75px; 
	text-align: center;
}
.dock-container2 {
	position: absolute;
	height: 75px;
	 background: url(images/bg.png) repeat-x left 35px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 5px; 
	position: absolute;
	text-align: center;
	text-decoration: none; outline:none !important;
    -moz-outline:none !important;
    -moz-user-focus:ignore !important;    
}
.dock-item2 span {
	display: none;
	text-align:center;
	padding-left:2px; margin-left:3px; margin-bottom:-5px; /*yo modifique*/ min-width:135px; min-height:20px; border-radius: 3px 3px 3px 3px; 
	background:url(images/bgtexto.png) repeat-x left top;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%;  
}