

a {
	color: #000000;
	text-decoration: none;
}

* html body {
	font-size: 10px;
}

.contenedorImagen {
	position: relative;
	overflow: scroll;
	width: 564px;
	height: 400px;
	margin-left: 50px;
	border: 1px solid #000000;
	background: #ffffff;
}

.imagenReal {
	position: absolute;
	top: 0px;
	left: 0px;
}

#contenedorSeleccionImagen {
	position: absolute;
	top: 0px;
	left: 0px;
}

#contenedorSeleccionImagen #seleccionImagen {
	width: 100px;
	height: 100px;
	background: white;

   opacity: .25;
   -moz-opacity: .25;
   filter:alpha(opacity=25);
   float: left;
 	
}

.ui-widget-content {
	background: none;
}

.ui-widget-content .ui-icon {
	background-color: #ffffff;
	border: 1px solid #ffffff; 
}

.contenedorPrevisualizacionRecorte {
	position: absolute;
	top: 45px;
	left: 638px;
}

#imagenPrevisualizadaMida1 {
	width: 330px;
	height: 30px;
	border: 1px solid #000000;
	overflow: hidden;
	background: #ffffff;
}

#imagenPrevisualizadaMida2 {
	width: 300px;
	height: 60px;
	border: 1px solid #000000;
	overflow: hidden;
	background: #ffffff;
}
