/* dock - top */
.dock {
	position: relative; 
	height: 150px; 
	text-align: center;
	background: url(imagenes/bg01.jpg) no-repeat top left;
}

/* dock2 - bottom */
#dock2 {
	width: 780px;
	margin: 0px auto;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	top: 70px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.dock-item2 span {
	display: none;
	position: relative;
	width: 100px;
	top: -25px;
	margin-left: 30px;
}
.dock-item2 img {
	margin: 5px 10px 0px;
	width: 100%;
}