/* Filtro */
.filter_label {
	display : inline;
    padding : 0 5px 0 3px;
    font-size : 11px;
    color : #f5f5f5;
}

.filter_input, .filter_cbo {
	border : 1px solid #9FB8CD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    font : 11px Tahoma;
    padding : 2px;
    color : #666666;
}

.filter_chklist_box{
	position : absolute;
    width : 200px;
    z-index : 2;
    background-color : #9FB8CD;
    border : 1px solid #9FB8CD;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size : 11px;
	color : #f5f5f5;
}

.filter_chklist_box_header{
	border-bottom : 1px solid #f5f5f5;
}

.filter_button{
	border : none;
	width : 16px;
	background : transparent;
	background-repeat : no-repeat;
 }

 .filter_button.apply{
 	background-image : url('../images/filter_plus.png');
 	margin-right : 15px;
 }
 
 .filter_button.clear{
 	background-image : url('../images/filter_minus.png');
 	margin-right : 7px;
 }
 
.filter_button.close{
 	width : 35px;
 	background-image : url('../images/filter_close.png');
 }