/* ADMINISTRACIÓN */
/* ficha */
.cabecera_subformulario{
	font: bold 12px "Century Gothic", Arial, Verdana;
	color : #333333;	
}
.contenedor_fichas{
	background-color:#EEEEEE;
	width:700px;
	height:200px;
	overflow:auto;
}
.campo_de_fichas{
	display:none;
}
div.ficha{
	margin:3px;
	height:125px;
	width:100px;
	float:left;
	background-color:#FFF;
	border:#333 1px solid;
}
div.ficha img {
	margin:2px;
	padding:0px;
	border:none;
	cursor:pointer;
	float:left;
}


/* div de la imagen */
div.img_mini{
	margin:0px;
	padding:0px;
	height:100px;
	width:100px;
	border:none;
	background:#333;
	overflow:hidden;
}

/* imagen */
div.img_mini img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	margin:0px;
	padding:0px;
	border:none;
	cursor:pointer;
	width:100px;
	height:100px;
}
div.img_mini:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	margin:0px;
	padding:0px;
	border:none;
	cursor:pointer;
	width:100px;
	height:100px;
}



/* WEB PÚBLICA */
img.imagen_miniatura{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
	margin-right:10px;
	height:80px;
	width:80px;
	border:#CCC 1px solid;
	float:left;
	cursor:pointer;
}
img.imagen_miniatura:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	-khtml-opacity: 1.0;
	margin-right:10px;
	height:80px;
	width:80px;
	border:#999 1px solid;
	float:left;
	cursor:pointer;
}