
.ficha {
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*
	left: 113px;
	top: 77px;
	*/
	width: 166px;
	height: 254px;
	border: 1px solid black;
	text-align: left;
	z-index: 1;
	display: none;
}
.cabeceraFicha {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 166px;
	height: 18px;
	background-color: black;
	z-index: 2;
}
.ref {
	position: absolute;
	left: 8px;
	top: 0px;
	width: 75px;
	height: 20px;
	z-index: 3;
	color: white;
	text-align: left;
}
.gestio {
	position: absolute;
	left: 87px;
	top: 0px;
	width: 71px;
	height: 20px;
	z-index: 4;
	color: white;
	text-align: right;
}
.diapositiva {
	position: absolute;
	left: 0px;
	top: 19px;
	width: 166px;
	height: 126px;
	z-index: 5;
	border-bottom: 1px solid black;
	background-color: white;
}
.carrusel {
	position: absolute;
	left: 8px;
	top: 22px;
	width: 150px;
	height: 100px;
	overflow: hidden;
	
	z-index: 6;
}
.imgAnterior {
	position:absolute;
	left:8px;
	top:129px;
	width:12px;
	height:14px;
	z-index:7;
}
.imgSiguiente {
	position:absolute;
	left:146px;
	top:129px;
	width:12px;
	height:14px;
	z-index:8;
}
.infoCarrusel {
	position:absolute;
	left:28px;
	top:127px;
	width:110px;
	height:17px;
	z-index:9;
	text-align: center;
	color: black;
}
.informacion {
	position:absolute;
	left:0px;
	top:148px;
	width:166px;
	height:87px;
	z-index:10;
	background-color: #CFC;
	color: black;
	border-bottom: 1px solid black;
}
h6.datos {
	font-size: 11px;
	line-height: 15px;
	display: block;
	padding-left: 5px;
	color: black;
}
h6.datos span {
	font-size: 11px;
	color: #900;
	font-weight: bold;
}
.masInformacion {
	position:absolute;
	left:99px;
	top:215px;
	width:62px;
	height:16px;
	z-index:11;
	background-color: #000000;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
.masInformacion a{
	text-decoration: none;
	color: white;
}
.masInformacion a:hover{
	text-decoration: none;
	color:#FF6;
}

.precio {
	position:absolute;
	left:51px;
	top:237px;
	width:110px;
	height:16px;
	z-index:12;
	color: #000;
	text-align: right;
}

#ficha123 {
	left: 0px;
	top: 10px;
}
#ficha124 {
	left: 300px;
	top: 10px;
}
