@charset "utf-8";
/* CSS Document */

img {
	border: none;
}

/* dock2 - bottom */
#dock2 {
	width: 700px;
	position: relative;
}
.dock-container2 {
	position: relative;
	height: 100px;
	width:715px;
	right: 50px;
	z-index:20;
/*	background: url(images/dock-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;*/
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 100px; 
	color: #000; 
	bottom: 30px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 10px;
   	padding: 5px; margin: 10px; z-index: 100;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 0.9;

}

.dock-item2 img {
	border: none; 
	width: 100%; 
}

.info-tabla{
	position:relative;
	visibility:hidden;
}
.info-fondo{
	background-image:url(images/info-fondo.png);
	background-position: top left;
	background-repeat:no-repeat;
}
.info{
	position:absolute;
	z-index:10;
	padding: 23px 15px 0px 62px;
margin-top: 51px;
margin-left: auto;
margin-right: auto;
margin-bottom:0px;
	width:224px;
	height:190px;
	background-image:url(../dock/images/info.png);
	background-position:top left;
	background-repeat:no-repeat;
}