._color_div_on {
	margin-top:2%;
	margin-right: 1%; 
	float: left;
}
._color_div_off {
	margin-top:2%;
	margin-right: 3px; 
	float: left; 
	background-image: url('colorTacha3.gif.faces?ln=ficha'); 
	background-repeat: no-repeat; 
	background-position: center center;	
}
._color_div_on .round-border, ._color_div_off .round-border {
	position: relative;
    display: inline-block;
    *display: inline;
    cursor: pointer;
    padding: 1px;
    margin-top: .3em;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: 1px solid rgb(221, 221, 221);
    width: 20px;
    height: 20px;

    -webkit-transition: all 0.1s ease;
       -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
         -o-transition: all 0.1s ease;
            transition: all 0.1s ease;
}
._color_div_on .round-border:hover {
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}
._color_div_on .round-border {
	opacity: 1;
}
._color_div_off .round-border {
	opacity: .5;
}
.color_img_on {
	position: absolute;
    top: 1px;
    left: 1px;
	opacity: 1; 
	cursor: pointer; 
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%; 
	border-radius: 100%;
	height: 20px;
	width: 20px;
}
.color_img_off {
	position: absolute;
    top: 1px;
    left: 1px;
	opacity: .3; 
	cursor: pointer;
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%; 
	border-radius: 100%; 
	height: 20px;
	width: 20px;
}