
.busyOriginal{
	background: url("../img/iconos/ico_busy_2.gif") no-repeat left top;
	padding: 1px 0px 2px 21px;
	color: #000;
}
.busyBlue{
	background: url("../img/iconos/ico_busy_blue.gif") no-repeat left top;
	padding: 0 0px 1px 21px;
	
}
.busyBlack{
	background: url("../img/iconos/ico_busy_black.gif") no-repeat left top;
	padding: 1px 0px 1px 21px;
}


.busy{
	background: url("../img/iconos/ico_busy_ajax.gif") no-repeat left top;
	padding: 8px 21px 21px 21px;
	margin-left:20px;	
	color: #000;
}

.busy_listado{
	background: url("../img/iconos/ico_busy_listado.gif") no-repeat left top;
	padding: 8px 8px 8px 8px;			
	color: #000;
}

.obligatorio{
	/*background: url("../imx/bullet_star.png") no-repeat right -5px;
	padding: 0 17px 0 0;*/
}

.page_footer
{
	background-color:#ADADAe;
	border: none;	
	position:fixed;
	height:20px;
	bottom:0;
	width:100%;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
}

.pagination ul li a:hover{
	cursor: pointer;
}

.pdf{
	background: url("../img/iconos/ico_archivo_pdf.png") no-repeat left top;
}

.xml{
	background: url("../img/iconos/ico_archivo_js.png") no-repeat left top;
}	

.imprimir{
	background: url("../img/iconos/ico_imprimir.png") no-repeat left top;
}		
	
.refrescar{
	background: url("../img/iconos/ico_refrescar.png") no-repeat left top;
}		
	

.mascara{     
    background-color: #d3d3d3; 
    z-index:1;
    width:100%;
    height:100%;
    opacity: 0.5;
  	filter:  alpha(opacity=50);
}

.container_change_password{	
	width: 100%;
	border: 2px;
	z-index: 5;
	padding: 30px;
	/*background-color: #81BEF7;
	border: 10px solid #0088cc;*/
	float: left;
	/*position: absolute;
	left: 0;
	top: 100;*/
	 
}
