.reserva_icono {
	background : url('../imagenes/iconos.png') no-repeat 0px -24px;
	width : 24px;
	height: 19px;
	margin-right : 3px;
	float : left;
}
.boton_transparente {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 20px;
}
.modificar_calendario_icono {
	background : url('../imagenes/iconos.png') no-repeat -16px -42px;
	width : 16px;
	height: 16px;
	margin-right : 3px;
	float : left;
}
.mostrar_calendario_icono {
	background : url('../imagenes/iconos.png') no-repeat -32px -42px;
	width : 16px;
	height: 16px;
	margin-right : 3px;
	float : left;
}
.eliminar_calendario_icono {
	background : url('../imagenes/iconos.png') no-repeat 0px -42px;
	width : 16px;
	height: 16px;
	margin-right : 3px;
	float : left;
}
/* */
.persona_mini_icono {
	background : url('../imagenes/iconos.png') no-repeat 0px -10px;
	width : 10px;
	height: 10px;
	margin : 3px;
	float : left;
}
.calendario_mini_icono {
	background : url('../imagenes/iconos.png') no-repeat -20px -10px;
	width : 10px;
	height: 10px;
	margin : 3px;
	float : left;
}
.reloj_mini_icono {
	background : url('../imagenes/iconos.png') no-repeat -10px -10px;
	width : 10px;
	height: 10px;
	margin : 3px;
	float : left;
}
.carta_mini_icono {
	background : url('../imagenes/iconos.png') no-repeat -30px -10px;
	width : 10px;
	height: 10px;
	margin : 3px;
	float : left;
}
.warning_24_icono {
	background : url('../imagenes/iconos.png') no-repeat 0px -58px;
	width : 24px;
	height: 24px;
	margin : 3px;
	float : left;	
}
.boton_editar {
	background : url('../imagenes/iconos.png') no-repeat 0px -81px;
	width : 16px;
	height: 16px;
	margin-right : 3px;
	float : left;
}
