#lista {
	float: left;
	border-width: 0px;
	border-style: solid;
	border-color: black;
	margin-bottom: 20px;
	width: 100%;
}

#navi {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 75%;
}

#navi li {
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	float: left;
}

#navi li:hover {
	background-color: #9c9c9c;
}

#ficha {
	clear: left;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 90%;
	height: 100%;
	padding: 7px;
}

#fcarga {
	float: right;
	left: -50%;
	visibility: hidden;
	font-weight: italic;
}

#felementos {
	position: relative;
}

#fnombre {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

#fimage {
	position: relative;
	clear: left;
	margin-top: 10px;
	display: block;
}

#fimage img {
	cursor: pointer;
}

.fimage2 {
	border-width: 1px;
	border-style: dotted;
}

#fdatos {
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	height: 100%;
	position: relative;
	border-width: 1px;
}

#imagen_zoom {
	visibility: hidden;
	z-index: 0;
	position: absolute;
	top: 200px;
	left: 20%;
	background-color: #999999;
	border-width: 2px;
	border-style: dotted;
}

#imagen_zoom_cerrar {
	text-align: right;
	background-color: #afafaf;
}

#imagen_zoom_zoom {
	
}

#upload_button {
	width: 120px;
	height: 25px;
	text-align: center;
	background-image: url(imagenes/boton.png);
	color: black;
	font-weight: bold;
	padding-top: 1px;
	margin-bottom: 5px;
	cursor: pointer;
}

#lista_upload {
	border-style: dashed;
	border-width: 2px;
	border-color: black;
	height: auto;
	width: 90%;
}

.img_list_uploaded {
	margin: 5px;
	border-width: 1px;
	border-color: black;
	background-color: #cccccc;
	border-style: solid;
}

.img_list_uploaded_boton {
	font-weight: bold;
	text-align: center;
	margin: 5px;
	border-width: 1px;
	border-color: black;
	border-style: dotted;
	cursor: pointer;
}

.img_list_uploaded_boton:hover {
	background-color: #222222;
	color: white;
}

.img_list_uploaded_table {
	width: 100%;
	font: verdana;
}

.Tooltip {
	border-width: 1px;
	border-color: black;
	background-color: #cccccc;
	border-style: solid;
	width: 600px;
	z-index: 9999999;
}
