#ficha {
	position: relative;
	top: -320px;
	right: -70%;
	width: 300px;
	border: dotted 1px #ccc;
	background-image: url(../imagenes/bg_ficha.png);
	z-index: 30;
}

#ficha td, #ficha th {
	font-size: 12px;
}

#foto_grande, a#foto_grande:hover {
	position: relative;
	top: 0;
	width: 350px;
	height: 350px;
	margin: 0 20%;
	border: 0;
	z-index: 25;
}

#foto_grande img {
	position: relative;
	border: 0;
	width: 350px;
	height: 350px;
	z-index: 25;
}

#contenido {
	z-index: 100 !important;
}

#wrapper {
	position: relative;
	margin: auto;
	z-index: 25;
}
