a, a:visited { 
	outline: none 
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	left:100px;
	top:-100px;
	width:350px;
	float:left;
	
	
}
.dock-container {
	position: absolute;
	height: 50px;
	
	padding-left: 15px;
	top: 2px;
}
a.icono {
	display: block;
	width: 50px;
	color: #FFF;
	position: absolute;
	top: -16px;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.icono img {
	border: none; 
	margin: 5px 5px 0px; 
	width: 100%; 
}
.icono span {
	display: none; 
	padding-left: 20px;
	color:#FFF;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
	float:right; 
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.icono2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.icono2 span {
	display: none;
	padding-left: 20px;
}
.icono2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
