*:focus{  
    outline: none;  
}  

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

button{
	border:0;
	margin:0;
	-webkit-appearance:none;
}

.FORM_object{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	font-weight:200;
	line-height: 1;
	width: 394px;
	padding: 10px;
	border: 1px #FFF solid;
	background: none;
	outline: 0;
	-webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
	-webkit-appearance:none;
}
.FORM_object:disabled{
	opacity:0.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */	
}

.FORM_mini{
	width: 40px !important;
}

.FORM_chzn{
	width: 66px !important;
}

.button {
	color:#fff;
	background:url('BG_moreinfo.png') no-repeat center right #362622;
	padding:11px 27px 7px 12px;
	font-family: Arial;
}
.button:hover {
	background-color:#a65949;
}

.button2 {
	color:#a8a8a8;
	background:url('BG_moreinfo2.png') no-repeat center right #ffffff;
	padding:11px 27px 7px 12px;
	font-family: Arial;
}
.button2:hover {
	background-color:#ececec;
}
.button2:focus {
	background-color:#f2f2f2;
}

.CKB_categoria{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 46px;
	width: 416px;
	vertical-align: top;
	display:inline-block;
	border: 1px #FFF solid;
}
.CKB_categoria:hover{
	opacity:0.60;
	filter:alpha(opacity=60); /* For IE8 and earlier */	
}
.CKB_categoria input[type="checkbox"]{
	/* display:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none; */
}
.CKB_categoria label{
    display:inline-block;
	width: 394px;
	padding: 10px;
    cursor:pointer;
}
.CKB_categoria label{
	background-color:transparent;
}
.CKB_categoria.Ok label{
	background-color:green;
}