#show_fichatecnica {
	cursor: pointer;
}
#fichatecnica {
	/* Set the Hozontal placement ans style of the dropped container */
	position: absolute;
	top: -1000px;
	margin: 0px 0px 0px 50%;
	padding: 0px;
	left: -190px;
	width: 380px;
	z-index: 5000;
}
.drop_container {
	float: left;
	/*width: 380px;*/
	/*background: transparent url('../img/orange.png') repeat left top;*/
}
.drop_content {
	float: left;
	margin: 10px;
	padding: 15px 30px;
	/*width: 320px;*/
	background-color: #FFF;
	color: #4D4D4D;
}
.drop_content a,
.drop_content a:visited,
.drop_content a:link,
.drop_content a:hover {
	color: #06C;
	text-decoration: underline;
}
#drop_close {
	float: right;
	position: relative;
	top: -25px;
	right: -40px;
	margin: 0px;
	z-index: 5000;
	cursor: pointer;
}
